Package | Description |
---|---|
com.ironsoftware.ironpdf.internal.staticapi | |
com.ironsoftware.ironpdf.stamp |
Modifier and Type | Method and Description |
---|---|
static Length |
Stamp_Converter.toProto(Length input) |
Modifier and Type | Method and Description |
---|---|
Length |
Stamper.getHorizontalOffset()
Gets horizontal offset.
|
Length |
Stamper.getMaxHeight()
Gets the maximum height of the output stamp.
|
Length |
Stamper.getMaxWidth()
Gets the maximum width of the output stamp.
|
Length |
Stamper.getMinHeight()
Gets the minimum height of the output stamp.
|
Length |
Stamper.getMinWidth()
Gets the minimum width of the output stamp.
|
Length |
Stamper.getVerticalOffset()
Gets vertical offset.
|
Modifier and Type | Method and Description |
---|---|
void |
Stamper.setHorizontalOffset(Length value)
Sets horizontal offset.
|
void |
Stamper.setMaxHeight(Length value)
Sets the maximum height of the output stamp.
|
void |
Stamper.setMaxWidth(Length value)
Sets the maximum width of the output stamp.
|
void |
Stamper.setMinHeight(Length value)
Sets the minimum height of the output stamp.
|
void |
Stamper.setMinWidth(Length value)
Sets the minimum width of the output stamp.
|
void |
Stamper.setVerticalOffset(Length value)
Sets vertical offset.
|
Copyright © 2022–2023 Iron Software. All rights reserved.