Class FixedPage

FixedPage class

The fixed page. The FixedPage element contains the contents of a page and is the root element of a FixedPage part. The fixed page contains the elements that together form the basis for all markings rendered on the page: Paths, Glyphs, and the optional Canvas grouping element.

public class FixedPage

Constructors

NameDescription
FixedPage()The default constructor.

Properties

NameDescription
BleedBox { get; set; }Gets or sets the bleed box. Specifies the union of the ContentBox and the bounding box of all graphical content intended to appear on the final printed and trimmed page. Contains a list of four coordinate values (BleedOriginX, BleedOriginY, BleedWidth, BleedHeight), expressed as comma-separated real numbers.If omitted, the default value is (0,0, Width, Height).
ContentBox { get; set; }Gets or sets the content box. Specifies the area of the page containing image content that is to be fit within the image area when printing or viewing.Contains a list of four coordinate values(ContentOriginX, ContentOriginY, ContentWidth, ContentHeight), expressed as comma-separated real numbers.Specifying a value is RECOMMENDED. If omitted, the default value is (0,0,Width,Height).
FixedPageResources { get; set; }Gets or sets the fixed page resources. Fixed page markup supports the use of resources. A resource is a reusable property value that is expressed in markup, identified by a key, and stored in a resource dictionary. In general, any property value that can be expressed using property element syntax can be held in a resource dictionary.
Height { get; set; }Gets or sets the height. Height of the page, expressed as a real number in units of the effective coordinate space.
Items { get; set; }Gets or sets the elements array. The fixed page contains the elements that together form the basis for all markings rendered on the page: Paths, Glyphs, and the optional Canvas grouping element.
Language { get; set; }Gets or sets the language. Specifies the default language used for the current element and for any child or descendant elements. The language is specified according to RFC 3066.
Name { get; set; }Gets or sets the name. Contains a string value that identifies the current element as a named, addressable point in the document for the purpose of hyperlinking.
Width { get; set; }Gets or sets the width. Width of the page, expressed as a real number in units of the effective coordinate space.

See Also