VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebPdfEncoderSettingsJS type
Constructors SeeAlso
In This Topic
    WebPdfEncoderSettingsJS Class Members
    In This Topic
    The following tables list the members exposed by WebPdfEncoderSettingsJS.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebPdfEncoderSettingsJS class.
    Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current instance.
    Public MethodGets 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 MethodGets compression algorithm which will be used at saving image to the PDF document.
    Public MethodGets the PDF document conformance to a PDF standard.
    Public MethodGets a value indicating whether annotations appearance must be saved in PDF document.
    Public MethodGets the settings of Jbig2 encoder.
    Public MethodGets a value indicating whether the Jbig2Globals must be used for encoding JBIG2 images.
    Public MethodGets the settings of JPEG2000 encoder.
    Public MethodGets the settings of JPEG encoder.
    Public MethodGets a quality factor in percents if JPEG compression is used.
    Public MethodGets the name of image encoder settings. (Inherited from WebImageEncoderSettingsJS)
    Public MethodGets a value indicating whether color images will be saved as grayscale JPEG files when JPEG compression is used.
    Public MethodGets the level of ZIP compression.
    Public MethodSets 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 MethodSets compression algorithm which will be used at saving image to the PDF document.
    Public MethodSets the PDF document conformance to a PDF standard.
    Public MethodSets a value indicating whether annotations appearance must be saved in PDF document.
    Public MethodSets the settings of Jbig2 encoder.
    Public MethodSets a value indicating whether the Jbig2Globals must be used for encoding JBIG2 images.
    Public MethodSets the settings of JPEG2000 encoder.
    Public MethodSets the settings of JPEG encoder.
    Public MethodSets a quality factor in percents if JPEG compression is used.
    Public MethodSets a value indicating whether color images will be saved as grayscale JPEG files when JPEG compression is used.
    Public MethodSets the level of ZIP compression.
    Public MethodReturns encoder settings as object. (Inherited from WebImageEncoderSettingsJS)
    See Also