PdfFormat Class
Adobe's Portable Document Format
Inheritance Hierarchy
SystemObject
  Aspose.ThreeDFileFormat
    Aspose.ThreeD.FormatsPdfFormat

Namespace: Aspose.ThreeD.Formats
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public class PdfFormat : FileFormat

The PdfFormat type exposes the following members.

Properties
  NameDescription
Public propertyContentType
Gets file format content type
(Inherited from FileFormat.)
Public propertyExtension
Gets the extension name of this type.
(Inherited from FileFormat.)
Public propertyFileFormatType
Gets file format type
(Inherited from FileFormat.)
Public propertyVersion
Gets file format version
(Inherited from FileFormat.)
Methods
  NameDescription
Public methodCreateLoadOptions
Create a default load options for this file format
(Inherited from FileFormat.)
Public methodCreateSaveOptions
Create a default save options for this file format
(Inherited from FileFormat.)
Public methodEquals (Inherited from Object.)
Public methodExtract(Stream, Byte)
Extract raw 3D content from PDF stream.
Public methodExtract(String, Byte)
Extract raw 3D content from PDF file.
Public methodExtractScene(Stream, Byte)
Extract raw 3D content from PDF stream.
Public methodExtractScene(String, Byte)
Extract 3D scenes from PDF file.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Formats to string
(Inherited from FileFormat.)
See Also