PdfSettings Class

Contains all the possible PDF writing settings.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public sealed class PdfSettings : WriterSettings

Remarks

PDF (Portable Document Format) was developed by Adobe Systems, Inc. for secure and reliable distribution of electronic documents independent of software, hardware, and operating system. In general, a PDF file includes a complete description of a fixed-layout flat document such as the text, fonts, graphics, and other information needed to display it.

Graphics Mill allows writing PDF files only. You can specify compression type for it using Compression property. If you are using Jpeg compression, you can also specify a JPEG quality via the Quality property.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.Codecs.WriterSettings
L Aurigma.GraphicsMill.Codecs.PdfSettings

Thread Safety

Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference

Manual