Skia
2DGraphicsLibrary
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SkDocument::PDFMetadata Struct Reference

Optional metadata to be passed into the PDF factory function. More...

#include <SkDocument.h>

Public Attributes

SkString fTitle
 The document's title.
 
SkString fAuthor
 The name of the person who created the document.
 
SkString fSubject
 The subject of the document.
 
SkString fKeywords
 Keywords associated with the document. More...
 
SkString fCreator
 If the document was converted to PDF from another format, the name of the conforming product that created the original document from which it was converted.
 
SkString fProducer
 The product that is converting this document to PDF. More...
 
OptionalTimestamp fCreation
 The date and time the document was created.
 
OptionalTimestamp fModified
 The date and time the document was most recently modified.
 

Detailed Description

Optional metadata to be passed into the PDF factory function.

Member Data Documentation

SkString SkDocument::PDFMetadata::fKeywords

Keywords associated with the document.

Commas may be used to delineate keywords within the string.

SkString SkDocument::PDFMetadata::fProducer

The product that is converting this document to PDF.

Leave fProducer empty to get the default, correct value.


The documentation for this struct was generated from the following file: