ImageSignOptions Class |
Namespace: GroupDocs.Signature.Options
The ImageSignOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | ImageSignOptions |
Initializes a new instance of the ImageSignOptions class with default values.
|
![]() | ImageSignOptions(Stream) |
Initializes a new instance of the ImageSignOptions class with image stream.
|
![]() | ImageSignOptions(String) |
Initializes a new instance of the ImageSignOptions class with image file.
|
Name | Description | |
---|---|---|
![]() | AllPages |
Put signature on all document pages.
This property can only be used for multi-frames image formats (Tiff).
(Overrides SignOptionsAllPages.) |
![]() | Appearance |
Additional signature appearance.
(Inherited from SignOptions.) |
![]() | Border |
Specify border settings
|
![]() | Extensions |
Signature Extensions.
(Inherited from SignOptions.) |
![]() | Height |
Height of Signature on Document Page in Measure values
(pixels, percents or millimeters see MeasureType SizeMeasureType).
|
![]() | HorizontalAlignment |
Horizontal alignment of signature on document page.
|
![]() | ImageFilePath |
Gets or sets the signature image file path.
This property is used only if ImageStream is not specified.
|
![]() | ImageStream |
Gets or sets the signature image stream.
If this property is specified it is always used instead ImageFilePath.
|
![]() | Left |
Left X position of Signature on Document Page in Measure values
(pixels, percents or millimeters see MeasureType LocationMeasureType).
(works if horizontal alignment is not specified).
|
![]() | LocationMeasureType |
Measure type (pixels, percents or millimeters) for Left and Top properties.
|
![]() | Margin |
Gets or sets the space between Sign and Document edges.
(works ONLY if horizontal or vertical alignment are specified).
|
![]() | MarginMeasureType |
Gets or sets the measure type (pixels, percents or millimeters) for Margin.
|
![]() | PageNumber |
Gets or sets document page number for signing.
Minimal and default value is 1.
(Inherited from SignOptions.) |
![]() | PagesSetup |
Options to specify pages to be signed.
(Inherited from SignOptions.) |
![]() | Rectangle |
Rectangle of area to put the image on document.
|
![]() | RotationAngle |
Rotation angle of signature on document page (clockwise).
|
![]() | SizeMeasureType |
Measure type (pixels, percents or millimeters) for Width and Height properties.
|
![]() | Stretch |
Stretch mode on Document Page.
|
![]() | Top |
Top Y Position of Signature on Document Page in Measure values
(pixels, percents or millimeters see MeasureType LocationMeasureType).
(works if vertical alignment is not specified).
|
![]() | Transparency |
Gets or sets the signature transparency (value from 0.0 (opaque) through 1.0 (clear)). Default value is 0 (opaque).
|
![]() | VerticalAlignment |
Vertical alignment of signature on document page.
|
![]() | Width |
Width of Signature on Document Page in Measure values
(pixels, percents or millimeters MeasureType SizeMeasureType).
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |