VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / PdfEncoderSettings Class
Constructors Properties Methods SeeAlso
In This Topic
    PdfEncoderSettings Class Members
    In This Topic
    The following tables list the members exposed by PdfEncoderSettings.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PdfEncoderSettings class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a format in which annotations must be saved.
    Public PropertyGets or sets the binarization command, which must be used if color image must be converted to a black-white image before saving to a PDF file.
    Public PropertyGets or sets the cache size, in megabytes, of this encoder.
    Public PropertyGets or sets compression algorithm which will be used at saving image to the PDF document.
    Public PropertyGets or sets the PDF document conformance to a PDF standard.
    Public PropertyGets or sets a value indicating whether thumbnails which must be generated during saving of PDF document.
    Public PropertyGets or sets the name of the person who created the document.
    Public PropertyGets or sets the date and time the document was created.
    Public PropertyGets or sets the name of application that created or modified the document.
    Public PropertyGets or sets the keywords associated with the document.
    Public PropertyGets or sets the date and time the document was most recently modified.
    Public PropertyGets or sets the name of application that converted the document to a PDF format.
    Public PropertyGets or sets the subject of the document.
    Public PropertyGets or sets the title of the document.
    Public PropertyGets or sets a value indicating whether annotations appearance must be saved in PDF document.
    Public PropertyGets or sets the height, in pixels, of image tile.
    Public PropertyGets or sets the width, in pixels, of image tile.
    Public PropertyGets or sets the JBIG2 encoder settings.
    Public PropertyGets or sets a value indicating whether the Jbig2Globals must be used for encoding JBIG2 images.
    Public PropertyGets or sets the settings for JPEG 2000 encoder.
    Public PropertyGets or sets the image quality if the JPEG compression is used.
    Public PropertyGets or sets a value indicating whether grayscale JPEG file must be created.
    Public PropertyGets or sets the JPEG encoder settings.
    Public PropertyGets or sets a value indicating whether PDF document compatible with PDF/A-1b standard should be created.
    Public PropertyGets or sets a filename of the CMYK ICC profile, which is used by PDF/A converter as a profile in DefaultCMYK color space.
    Public PropertyGets or sets a stream of the CMYK ICC profile, which is used by PDF/A converter as a profile in DefaultCMYK color space.
    Public PropertyGets or sets a filename of RGB ICC profile, which is used by PDF/A converter as a profile in DefaultRGB color space.
    Public PropertyGets or sets a stream of RGB ICC profile, which is used by PDF/A converter as a profile in DefaultRGB color space.
    Public PropertyGets or sets a filename of ICC profile (CMYK or RGB), which is used by PDF/A converter as the output intent dest profile.
    Public PropertyGets or sets a stream of ICC profile (CMYK or RGB), which is used by PDF/A converter as the output intent dest profile.
    Public PropertyGets or sets a size of thumbnails which must be generated during saving of PDF document.
    Public PropertyGets or sets the document update mode.
    Public PropertyGets or sets the ZIP compression level.
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current instance.
    See Also