ICSS2Properties.Size
ICSS2Properties.Size property
This property specifies the size and orientation of a page box.
The size of a page box may either be “absolute” (fixed size) or “relative” (scalable, i.e., fitting available sheet sizes). Relative page boxes allow user agents to scale a document and make optimal use of the target size.
Three values for the ‘size’ property create a relative page box:
auto - The page box will be set to the size and orientation of the target sheet.landscape - Overrides the target’s orientation. The page box is the same size as the target, and the longer sides are horizontal.portrait - Overrides the target’s orientation. The page box is the same size as the target, and the shorter sides are horizontal.
public string Size { get; set; }
Return Value
size property
See Also
- interface ICSS2Properties
- namespace Aspose.Html.Dom.Css
- assembly Aspose.HTML