Click or drag to resize

PdfFileSpecification Methods

The PdfFileSpecification type exposes the following members.

Methods
 NameDescription
Public methodAddRelatedFile Adds a new empty PdfEmbeddedFile to the RelatedFiles collection.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodSetEmbeddedFile Sets the EmbeddedFile to a new empty PdfEmbeddedFile.
Public methodSetEmbeddedFile(String) Sets the EmbeddedFile to a new PdfEmbeddedFile copied from the resource specified by the filePath.
Public methodSetEncryptedPayload Sets the EncryptedPayload toa new PdfEncryptedPayload with the specified cryptographicFilterName.
Public methodToString Returns a String that represents this PdfFileSpecification instance.
(Overrides ObjectToString)
Top
Extension Methods
 NameDescription
Public Extension MethodGetArray Gets the PdfArray that serves as a backing storage of the specified PdfObject or if no PdfArray serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetOrAddDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Top
See Also