FixedPage.ContentBox

FixedPage.ContentBox property

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).

public string ContentBox { get; set; }

See Also