Aspose::Pdf::PageInfo class

PageInfo class

Represents the page information.

class PageInfo : public System::ICloneable

Methods

MethodDescription
Clone() overrideClone page info.
get_AnyMargin() constGets page margin for any page except first.
get_DefaultTextState() constGets default font.
get_Height() constGets page height.
get_IsLandscape() constGets is page landscaped.
get_Margin() constGets page margin.
get_PureHeight()Gets page pure height without margins.
get_Width() constGets page width.
PageInfo()
set_AnyMargin(System::SharedPtr<MarginInfo>)Sets page margin for any page except first.
set_DefaultTextState(System::SharedPtr<Text::TextState>)Sets default font.
set_Height(double)Sets page height.
set_IsLandscape(bool)Sets is page landscaped.
set_Margin(System::SharedPtr<MarginInfo>)Sets page margin.
set_Width(double)Sets page width.

See Also