VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfFormat Class
Constructors Properties Methods SeeAlso
In This Topic
    PdfFormat Class Members
    In This Topic
    The following tables list the members exposed by PdfFormat.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether PDF document should apply text filters to binary data.
    Public PropertyGets a value indicating whether PDF document should have compressed cross-reference table.
    Public PropertyGets or sets a value indicating whether the identifier of PDF document must be generated.
    Public PropertyGets a value indicating whether PDF document should have linearized format (Fast Web View).
    Public PropertyGets a minor version number.
    Public Propertystatic (Shared in Visual Basic)Gets the static instance that contains information about PDF 1.4 format.
    Public Propertystatic (Shared in Visual Basic)Gets the static instance that contains information about PDF 1.5 format.
    Public Propertystatic (Shared in Visual Basic)Gets the static instance that contains information about PDF 1.6 format with compressed XREF table.
    Public Propertystatic (Shared in Visual Basic)Gets the static instance that contains information about PDF 1.7 format with compressed XREF table format.
    Public Propertystatic (Shared in Visual Basic)Gets the static instance that contains information about PDF 2.0 format with compressed XREF table.
    Public Propertystatic (Shared in Visual Basic)Gets the static instance of the PDF/A-1b format.
    Public PropertyGets the string representation of format version.
    Public PropertyGets the version number in dual-digit format (10,11,12,13,14,15,16,17,20,...).
    Public Methods
     NameDescription
    Public MethodReturns the linearized PDF format from this PDF format.
    Public MethodReturns not linearized PDF format from this PDF format.
    Public MethodReturns the string representation of this object.
    See Also