ImageMetadataSignature Class |
Namespace: GroupDocs.Signature.Domain
The ImageMetadataSignature type exposes the following members.
Name | Description | |
---|---|---|
![]() | ImageMetadataSignature |
Creates Image Metadata Signature with Id and value
|
Name | Description | |
---|---|---|
![]() | CreatedOn |
Get or set the signature creation date.
(Inherited from BaseSignature.) |
![]() | DataEncryption |
Gets or sets implementation of IDataEncryption interface to encode and decode signature Value properties.
(Inherited from MetadataSignature.) |
![]() | Deleted |
Get the flag that indicates if this signature was deleted from the document.
This property is being used only for document history log records to keep the list of deleted signatures.
(Inherited from BaseSignature.) |
![]() | Description |
Read-only value to get description for standard Image Metadata signature
|
![]() | Height |
Specifies height of signature.
(Inherited from BaseSignature.) |
![]() | Id |
The identifier of Image Metadata signature.
See ImageMetadataSignatures class that contains standard Signature with predefined Id value.
|
![]() | IsSignature |
Get or set flag to indicate if this component is Signature or document content.
This property is being used with Update method to set element as signature (true) or document element (false).
(Inherited from BaseSignature.) |
![]() | Left |
Specifies left position of signature.
(Inherited from BaseSignature.) |
![]() | ModifiedOn |
Get or set the signature modification date.
(Inherited from BaseSignature.) |
![]() | Name |
Specifies unique metadata name.
(Inherited from MetadataSignature.) |
![]() | PageNumber |
Specifies the page signature was found on.
(Inherited from BaseSignature.) |
![]() | SignatureId |
Unique signature identifier to modify signature in the document over Update or Delete methods.
This property will be set automatically after Sign or Search method being called.
If this property was saved before it can be set manually to manipulate the signature.
(Inherited from BaseSignature.) |
![]() | SignatureType |
Specifies the type of signature.
(Inherited from BaseSignature.) |
![]() | Size |
Read-only value to get size of Metadata value
|
![]() | Top |
Specifies top position of signature.
(Inherited from BaseSignature.) |
![]() | Value |
Specifies metadata object.
(Inherited from MetadataSignature.) |
![]() | Width |
Specifies width of signature.
(Inherited from BaseSignature.) |
Name | Description | |
---|---|---|
![]() | Clone |
Clone Metadata Signature instance.
(Overrides MetadataSignatureClone.) |
![]() | Clone(Object) |
Clone Image Metadata Signature instance with given value.
(Overrides MetadataSignatureClone(Object).) |
![]() | Equals |
Overwrites Equals method to compare signature properties
(Overrides MetadataSignatureEquals(Object).) |
![]() | GetDataT |
Obtain object from Metadata Signature Value over deserialization.
(Inherited from MetadataSignature.) |
![]() | GetDataT(IDataEncryption) |
Obtain object from Metadata Signature Text over deserialization.
(Inherited from MetadataSignature.) |
![]() | GetHashCode |
Overrides GetHashCode method
(Overrides MetadataSignatureGetHashCode.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToBoolean |
Converts to boolean.
(Overrides MetadataSignatureToBoolean.) |
![]() | ToDateTime |
Converts to DateTime.
(Overrides MetadataSignatureToDateTime.) |
![]() | ToDateTime(IFormatProvider) |
Converts to DateTime.
(Overrides MetadataSignatureToDateTime(IFormatProvider).) |
![]() | ToDecimal |
Converts to Decimal.
(Overrides MetadataSignatureToDecimal.) |
![]() | ToDecimal(IFormatProvider) |
Converts to Decimal.
(Overrides MetadataSignatureToDecimal(IFormatProvider).) |
![]() | ToDouble |
Converts to Double.
(Overrides MetadataSignatureToDouble.) |
![]() | ToDouble(IFormatProvider) |
Converts to Double.
(Overrides MetadataSignatureToDouble(IFormatProvider).) |
![]() | ToInteger |
Converts to integer.
(Overrides MetadataSignatureToInteger.) |
![]() | ToLong |
Converts to long.
|
![]() | ToSingle |
Converts to float.
(Overrides MetadataSignatureToSingle.) |
![]() | ToSingle(IFormatProvider) |
Converts to float.
(Overrides MetadataSignatureToSingle(IFormatProvider).) |
![]() | ToString |
Converts to String with override ToString() method
(Overrides MetadataSignatureToString.) |
![]() | ToString(String) |
Converts to String with specified format
(Overrides MetadataSignatureToString(String).) |
![]() | ToString(String, IFormatProvider) |
Converts to String with specified format
(Overrides MetadataSignatureToString(String, IFormatProvider).) |