VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / PngEncoderSettings Class
Constructors Properties Methods SeeAlso
In This Topic
PngEncoderSettings Class Members
In This Topic
The following tables list the members exposed by PngEncoderSettings.
Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.
Public Properties
 NameDescription
Public PropertyGets or sets a format in which annotations must be saved.
Public Propertystatic (Shared in Visual Basic)Gets the "best compression" encoder settings.
Public Propertystatic (Shared in Visual Basic)Gets the "best speed" encoder settings.
Public PropertyGets or sets the compression level.
Public Propertystatic (Shared in Visual Basic)Gets the "fast" encoder settings.
Public PropertyGets or sets the preprocessing method applied to the image data before compression.
Public PropertyGets or sets the interlace method.
Public Propertystatic (Shared in Visual Basic)Gets the "normal" encoder settings.
Public PropertyGets or sets a dictionary that contains textual information for new PNG file.
Public Methods
 NameDescription
Public MethodCreates a new object that is a copy of the PngEncoderSettings instance.
Public MethodIndicates whether the current PngEncoderSettings is equal to another object of the same type.
See Also