QrCodeSignOptions Class |
Namespace: GroupDocs.Signature.Options
The QrCodeSignOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | QrCodeSignOptions |
Initializes a new instance of the QRCodeSignOptions class with default values.
|
![]() | QrCodeSignOptions(String) |
Initializes a new instance of the QRCodeSignOptions class with text.
|
![]() | QrCodeSignOptions(String, QrCodeType) |
Initializes a new instance of the BarcodeSignOptions class with text.
|
Name | Description | |
---|---|---|
![]() | AllPages |
Put signature on all document pages.
(Inherited from SignOptions.) |
![]() | Appearance |
Additional signature appearance.
(Inherited from SignOptions.) |
![]() | Background |
Gets or sets the signature background settings.
(Inherited from TextSignOptions.) |
![]() | Border |
Specify border settings
(Inherited from TextSignOptions.) |
![]() | CodeTextAlignment |
Gets or sets the alignment of text in the result QR-code image.
Default value is None.
|
![]() | Data |
Gets or sets custom object to serialize to QR-Code content.
|
![]() | DataEncryption |
Gets or sets implementation of IDataEncryption interface to encode and decode QR-Code Signature Text or Data properties.
|
![]() | DocumentType |
Get or set the Document Type of the Signature Options DocumentType (Inherited from SignOptions.) |
![]() | EncodeType |
Gets or sets QR-Code type.
|
![]() | Extensions |
Signature Extensions.
(Inherited from SignOptions.) |
![]() | Font |
Gets or sets the font of signature.
(Inherited from TextSignOptions.) |
![]() | ForeColor |
Gets or sets the Fore color of QR-Code bars
Using of this property could cause problems with verification. Use it carefully.
(Overrides TextSignOptionsForeColor.) |
![]() | FormTextFieldTitle |
Gets or sets the title of text form field to put text signature into it.
This property could be used only with SignatureImplementation = TextToFormField.
(Inherited from TextSignOptions.) |
![]() | FormTextFieldType |
Gets or sets the type of form field to put text signature into it.
This property could be used only with SignatureImplementation = TextToFormField.
Value by default is AllTextTypes.
(Inherited from TextSignOptions.) |
![]() | Height |
Height of Signature on Document Page in Measure values
(pixels, percents or millimeters see MeasureType SizeMeasureType property).
(Inherited from TextSignOptions.) |
![]() | HorizontalAlignment |
Horizontal alignment of signature on document page.
(Inherited from TextSignOptions.) |
![]() | InnerMargins |
Gets or sets the space between QR-Code elements and result image borders.
|
![]() | Left |
Left X position of Signature on Document Page in Measure values
(pixels, percents or millimeters see MeasureType LocationMeasureType property).
(works if horizontal alignment is not specified).
(Inherited from TextSignOptions.) |
![]() | LocationMeasureType |
Measure type (pixels, percents or millimeters) for Left and Top properties.
(Inherited from TextSignOptions.) |
![]() | LogoFilePath |
Gets or sets the QR-code logo image file name.
This property in use only if LogoStream is not specified.
Using of this property could cause problems with verification. Use it carefully.
|
![]() | LogoStream |
Gets or sets the QR-code logo image stream.
If this property is specified it is always used instead LogoFilePath.
Using of this property could cause problems with verification. Use it carefully.
|
![]() | Margin |
Gets or sets the space between Sign and Document edges.
(works ONLY if horizontal or vertical alignment are specified).
(Inherited from TextSignOptions.) |
![]() | MarginMeasureType |
Gets or sets the measure type (pixels, percents or millimeters) for Margin.
(Inherited from TextSignOptions.) |
![]() | Native |
Gets or sets the native attribute. If it is set document specific signatures could be used.
Native text watermark for WordProcessing documents is different than regular, for example.
(Inherited from TextSignOptions.) |
![]() | 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.) |
![]() | ReturnContent |
Gets or sets flag to get QR-Code image content of a signature which was put on document page.
If this flag is set true, QR-Code signature image content will keep raw image data by required format ReturnContentType.
By default this option is disabled.
|
![]() | ReturnContentType |
Specifies file type of returned image content of the QR-Code signature when ReturnContent property is enabled.
By default it set to Null. That means to return QR-Code image content in original format.
This image format is specified at Format
Possible supported values are: FileType.JPEG, FileType.PNG, FileType.BMP.
If provided format is not supported than QR-Code image content in .png format will be returned.
|
![]() | RotationAngle |
Rotation angle of signature on document page (clockwise).
(Inherited from TextSignOptions.) |
![]() | ShapeType |
Gets or sets the type of shape to put text.
This property could be used only with SignatureImplementation = TextStamp.
Value by default is Rectangle.
(Inherited from TextSignOptions.) |
![]() | SignatureID |
Gets or sets the unique ID of signature. It can be used in signature verification options.
Property is supported for Pdf documents only.
(Inherited from TextSignOptions.) |
![]() | SignatureImplementation |
Gets or sets the type of text signature implementation.
(Inherited from TextSignOptions.) |
![]() | SignatureType |
Get the Signature Type SignatureType (Inherited from SignOptions.) |
![]() | SizeMeasureType |
Measure type (pixels, percents or millimeters) for Width and Height properties.
(Inherited from TextSignOptions.) |
![]() | Stretch |
Stretch mode on Document Page.
(Inherited from TextSignOptions.) |
![]() | Text |
Gets or sets the text of signature.
(Inherited from TextSignOptions.) |
![]() | TextHorizontalAlignment |
Horizontal alignment of text inside a signature.
This feature is supported only for Image and Annotation signature implementations
(see TextSignatureImplementation SignatureImplementation property).
(Inherited from TextSignOptions.) |
![]() | TextVerticalAlignment |
Vertical alignment of text inside a signature.
This feature is supported only for Image signature implementation
(see TextSignatureImplementation SignatureImplementation property).
(Inherited from TextSignOptions.) |
![]() | Top |
Top Y Position of Signature on Document Page in Measure values
(pixels, percents or millimeters see MeasureType LocationMeasureType property).
(works if vertical alignment is not specified).
(Inherited from TextSignOptions.) |
![]() | Transparency |
Gets or sets the signature transparency (value from 0.0 (opaque) through 1.0 (clear)). Default value is 0 (opaque).
(Inherited from TextSignOptions.) |
![]() | VerticalAlignment |
Vertical alignment of signature on document page.
(Inherited from TextSignOptions.) |
![]() | Width |
Width of Signature on Document Page in Measure values
(pixels, percents or millimeters see MeasureType SizeMeasureType property).
(Inherited from TextSignOptions.) |
![]() | ZOrder |
Gets or sets the Z-order position of text signature.
Determines the display order of overlapping signatures.
(Inherited from SignOptions.) |
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.) |