Aspose::Pdf::PageInfo class
Contents
[
Hide
]PageInfo class
Represents the page information.
class PageInfo : public System::ICloneable
Methods
Method | Description |
---|---|
Clone() override | Clone page info. |
get_AnyMargin() const | Gets page margin for any page except first. |
get_DefaultTextState() const | Gets default font. |
get_Height() const | Gets page height. |
get_IsLandscape() const | Gets is page landscaped. |
get_Margin() const | Gets page margin. |
get_PureHeight() | Gets page pure height without margins. |
get_Width() const | Gets 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
- Class ICloneable
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++