Package | Description |
---|---|
com.groupdocs.signature.domain |
The GroupDocs.Signature.Domain namespace provides classes for working with document representation.
|
com.groupdocs.signature.domain.interfaces |
The GroupDocs.Signature.Domain.Interfaces namespace provides classes for working with Interfaces
|
com.groupdocs.signature.options.sign |
The GroupDocs.Signature.Options.Sign namespace provides classes for working with Signature options
|
Modifier and Type | Field and Description |
---|---|
static Padding |
Padding.Empty
Provides a Padding object with no padding.
|
Modifier and Type | Method and Description |
---|---|
Padding |
IAlignment.getMargin()
Gets the space that is specified by default between Image and Document edges
(works if horizontal or vertical alignment is specified).
|
Modifier and Type | Method and Description |
---|---|
void |
IAlignment.setMargin(Padding value)
Gets the space that is specified by default between Image and Document edges
(works if horizontal or vertical alignment is specified).
|
Modifier and Type | Method and Description |
---|---|
Padding |
BarcodeSignOptions.getInnerMargins()
Gets or sets the space between Barcode elements and result image borders.
|
Padding |
QrCodeSignOptions.getInnerMargins()
Gets or sets the space between QRCode elements and result image borders.
|
Padding |
ImageSignOptions.getMargin()
Gets or sets the space between Sign and Document edges.
|
Padding |
TextSignOptions.getMargin()
Gets or sets the space between Sign and Document edges.
|
Modifier and Type | Method and Description |
---|---|
void |
BarcodeSignOptions.setInnerMargins(Padding value)
Gets or sets the space between Barcode elements and result image borders.
|
void |
QrCodeSignOptions.setInnerMargins(Padding value)
Gets or sets the space between QRCode elements and result image borders.
|
void |
ImageSignOptions.setMargin(Padding value)
Gets or sets the space between Sign and Document edges.
|
void |
TextSignOptions.setMargin(Padding value)
Gets or sets the space between Sign and Document edges.
|