ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFSaveOptions Class
Members




In This Topic
    ImGearPDFSaveOptions Class
    In This Topic
    Provides specific PDF options for saving.
    Object Model
    ImGearPDFSaveOptions Class
    Syntax
    'Declaration
     
    Public Class ImGearPDFSaveOptions 
       Inherits ImageGear.Formats.ImGearSaveOptions
    'Usage
     
    Dim instance As ImGearPDFSaveOptions
    public class ImGearPDFSaveOptions : ImageGear.Formats.ImGearSaveOptions 
    public __gc class ImGearPDFSaveOptions : public ImageGear.Formats.ImGearSaveOptions 
    public ref class ImGearPDFSaveOptions : public ImageGear.Formats.ImGearSaveOptions 
    Remarks
    This class can be used to define specific PDF options, such as PDF/A, for saving raster pages and documents to PDF format.
    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.ImGearSaveOptions
          ImageGear.Formats.PDF.ImGearPDFSaveOptions

    See Also