SKDocumentPdfMetadata Struct

Definition

Optional metadata to be passed into the PDF factory function.

public struct SKDocumentPdfMetadata
public struct SKDocumentPdfMetadata : IEquatable<SkiaSharp.SKDocumentPdfMetadata>
Inheritance
SKDocumentPdfMetadata
Implements

Constructors

SKDocumentPdfMetadata(Int32)

Creates a new instance of SKDocumentPdfMetadata with the specified encoding quality.

SKDocumentPdfMetadata(Single)

Creates a new instance of SKDocumentPdfMetadata with the specified raster DPI.

SKDocumentPdfMetadata(Single, Int32)

Creates a new instance of SKDocumentPdfMetadata with the specified raster DPI and encoding quality.

Fields

Default

Gets a new instance of SKDocumentPdfMetadata with the values set to the defaults.

DefaultEncodingQuality

Gets the default encoding quality (101% or lossless).

DefaultRasterDpi

Gets the default DPI (72.0 DPI).

Properties

Author

The name of the person who created the document.

Creation

The date and time the document was created.

Creator

The name of the product that created the original document, if the document was converted to PDF from another format.

EncodingQuality

Gets or sets the encoding quality.

Keywords

Comma-separated keywords associated with the document.

Modified

The date and time the document was most recently modified.

PdfA

Gets or sets a value indicating whether or not make the document PDF/A-2b conformant.

Producer

The product that is converting this document to PDF.

RasterDpi

Gets or sets the DPI (pixels-per-inch) at which features without native PDF support will be rasterized.

Subject

The subject of the document.

Title

The document's title.

Methods

Equals(Object)
Equals(SKDocumentPdfMetadata)
GetHashCode()

Operators

Equality(SKDocumentPdfMetadata, SKDocumentPdfMetadata)
Inequality(SKDocumentPdfMetadata, SKDocumentPdfMetadata)

Applies to