Click or drag to resize

PdfFile Class

Represents a embedded file object
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.Net.WrappersPdfWrapper
    Patagames.Pdf.Net.WrappersPdfFile

Namespace: Patagames.Pdf.Net.Wrappers
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class PdfFile : PdfWrapper

The PdfFile type exposes the following members.

Constructors
 NameDescription
Public methodPdfFile(Byte) Creates new instance of PdfFile.
Public methodPdfFile(PdfTypeStream) Creates a new instance of PdfFile and initialize it with specified steeam
Top
Properties
 NameDescription
Public propertyCheckSum Gets or sets a 16-byte string that is the checksum of the bytes of the uncompressed embedded file.
Public propertyCreationDate Gets or sets the date and time when the embedded file was created.
Public propertyFileSize Gets or sets size of the embedded file, in bytes.
Public propertyIsDisposed Gets a value indicating whether the object has been disposed of.
(Overrides PdfWrapperIsDisposed)
Public propertyModificationDate Gets or sets the date and time when the embedded file was last modified.
Public propertyStream Gets underlying stream.
Top
Methods
 NameDescription
Protected methodDispose Releases all resources used by the PdfFile.
(Overrides PdfWrapperDispose(Boolean))
Top
See Also