Click or drag to resize
SignDocAttachment Methods

The SignDocAttachment type exposes the following members.

Methods
  NameDescription
Public methodDispose
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodgetCompressedSize
The compressed size (in octets) of the attachment.
Public methodgetCreationTime
The creation time and date of the attachment (empty if missing). ISO 8601 format is used : yyyy - mm - ddThh : mm : ss, optionally followed by a timezone : Z, +hh : mm, or - hh : mm. The PDF reference is ambiguous; apparently, the creation time is supposed to be the time and date at which the attachment was the PDF document.Changing the description does not update the modification date / time.
Public methodgetDescription
The description of the attachment
Public methodgetFileName
The file name of the attachment.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodgetModificationTime
The time and date of the last modification of the attachment (optional). ISO 8601 format is used : yyyy - mm - ddThh : mm : ss, optionally followed by a timezone : Z, +hh : mm, or - hh : mm. The PDF reference is ambiguous; apparently, the modifiation time is supposed to be the time and date of the last modification of the file at the time it was attached.Changing the description does not update the modification date / time.
Public methodgetName
Get the name of the attachment.
Public methodgetSize
The size (in octets) of the attachment.
Public methodgetType
The MIME type of the attachment
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also