Click or drag to resize
SignDocAttachment Class
Output of de.softpro.doc.SignDocDocument.getAttachment().
Inheritance Hierarchy
SystemObject
  de.softpro.signdocsdkSignDocAttachment

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public sealed class SignDocAttachment : IDisposable

The SignDocAttachment type exposes the following members.

Constructors
  NameDescription
Public methodSignDocAttachment
Copy contructor
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the SignDocAttachment
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 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
Top
See Also