Click or drag to resize

SDFDoc Constructor

Overload List
  NameDescription
Public methodSDFDoc
Creates a new SDF document.
Public methodSDFDoc(Byte)
Creates a new SDF document from an array of bytes.
Public methodSDFDoc(String)
Creates a new SDF document from the specified full path of the file.
Public methodSDFDoc(IBuffer)
Creates a new SDF document from a buffer.
Public methodSDFDoc(IFilter)
Creates a new SDF document from an existing IFilter instance.
Public methodSDFDoc(PDFDoc)
Creates a new SDF document from an existing PDFDoc instance.
Top
See Also