enum Cairo::PdfMetadata

Overview

Used by the PdfSurface#set_metadata function specify the metadata to set.

Defined in:

cairo/pdf_metadata.cr

Enum Members

Title = 0

The document title.

Author = 1

The document author.

Subject = 2

The document subject.

Keywords = 3

The document keywords.

Creator = 4

The document creator.

CreateDate = 5

The document creation date.

ModDate = 6

The document modification date.

Instance Method Summary

Instance Method Detail

def author? #

[View source]
def create_date? #

[View source]
def creator? #

[View source]
def keywords? #

[View source]
def mod_date? #

[View source]
def subject? #

[View source]
def title? #

[View source]