
Document Attribute Tags:
The following named values are used by the DOCUMENTWRITER. They are hints that control
features of one or more formats supported by the DOCUMENTWRITER. As hints, they may
not be recognized by all formats or other classes of XIPS.


DOCUMENTWRITER Attributes:

_DIObinarycomp:STRING        Description to be filled in
_DIOcontonecomp:INTEGER      Description to be filled in
_DIOcreator:STRING           Provide the /Creator string to be placed in the PDF output
_DIOjb2type:INTEGER          Description to be filled in
_DIOjb2lossless:BOOLEAN      If true, jbig2 is set to lossless tokenization
_DIOjpegqual:INTEGER         Description to be filled in
_DIOTmpLocation:STRING       Description to be filled in

_PDFarchive:BOOLEAN          Description to be filled in
_PDFcenter:BOOLEAN           Description to be filled in
_PDFdeflateText:BOOLEAN      Deflate compression applied to text in output file
_PDFlinearized:BOOLEAN       Output PDF will be linearized
_PDFmediabox:LIST            Description to be filled in

_XPScreator:STRING           Description to be filled in
_XPSisTIFF:INTEGER           Description to be filled in
_XPSkeyword:STRING           Description to be filled in
_XPSpageHeight:DOUBLE        Description to be filled in
_XPSpageWidth:DOUBLE         Description to be filled in
_XPSsecurity:INTEGER         Description to be filled in
_XPStitle:STRING             Description to be filled in
_XPSunit:INTEGER             Description to be filled in
_XPScoalesce:BOOLEAN         Description to be filled in
_XPSinterleaveOrder:STRING   Specifies packaging order for major parts of an
                             XPS package. Valid values are as follows:
                                "XpsNoInterleavingStrategy" and
                                "XpsResourcesLastStrategy".

XIPIMAGE Attributes:

_PDFRotate:INTEGER           Indicates that the XIPIMAGE should be written to a PDF file
                             with the /Rotate in the page dictionary. Valid values are
                             90, 180, 270. When reading a page from a PDF file,
                             DOCUMENTREADER will set this value on the XIPIMAGE when
                             /Rotate operation is found in the page dictionary. The page
                             transformation procedure will also apply this attribute when
                             transforming a page for document writing.

XIPLAYER Attributes:

_PDFTransform:LIST           Indicates that this layer has a graphics transformation associated
                             with it. The LIST shall contain six DOUBLE precision values that
                             define the affine transformation to render the layer in device
                             space. The six DOUBLE precision values are specified in point units.
                             The appropriate affine transformation (affine2d) should be derived
                             using these six values and the resolution of the device space.

