Aspose::Page::EPS::PageConstants Class Reference

This class defines a set of constants which describe a page. Convenience objects are provided for various margins, orientations, rescaling, and standard page sizes. More...

Inherits System::Object.

Static Public Member Functions

static ASPOSE_PAGE_SHARED_API const System::StringORIENTATION ()
 Orientation key, for the named orienation of page, Portret or Landscape. More...
 
static ASPOSE_PAGE_SHARED_API const System::StringORIENTATION_PORTRAIT ()
 "Portrait" orientation value More...
 
static ASPOSE_PAGE_SHARED_API const System::StringORIENTATION_LANDSCAPE ()
 "Landscape" orientation value More...
 
static ASPOSE_PAGE_SHARED_API const System::StringORIENTATION_BEST_FIT ()
 "Best fit" orientation value More...
 
static ASPOSE_PAGE_SHARED_API System::ArrayPtr< System::Stringget_OrientationList ()
 
Returns
Available orientation values
More...
 
static ASPOSE_PAGE_SHARED_API const System::StringSIZE_INTERNATIONAL ()
 "International" page size value More...
 
static ASPOSE_PAGE_SHARED_API const System::StringSIZE_A3 ()
 "A3" page size value More...
 
static ASPOSE_PAGE_SHARED_API const System::StringSIZE_A4 ()
 "A4" page size value More...
 
static ASPOSE_PAGE_SHARED_API const System::StringSIZE_A5 ()
 "A5" page size value More...
 
static ASPOSE_PAGE_SHARED_API const System::StringSIZE_A6 ()
 "A6" page size value More...
 
static ASPOSE_PAGE_SHARED_API const System::StringSIZE_LETTER ()
 "Letter" page size value More...
 
static ASPOSE_PAGE_SHARED_API const System::StringSIZE_LEGAL ()
 "Legal" page size value More...
 
static ASPOSE_PAGE_SHARED_API const System::StringSIZE_EXECUTIVE ()
 "Executive" page size value More...
 
static ASPOSE_PAGE_SHARED_API const System::StringSIZE_LEDGER ()
 "Ledger" page size value More...
 
static ASPOSE_PAGE_SHARED_API System::ArrayPtr< System::Stringget_SizeList ()
 
Returns
Available page size values
More...
 
static ASPOSE_PAGE_SHARED_API const System::StringPAGE_MARGINS ()
 Page margins key More...
 
static ASPOSE_PAGE_SHARED_API const System::StringMARGINS_ZERO ()
 "Zero" page margins value More...
 
static ASPOSE_PAGE_SHARED_API const System::StringMARGINS_SMALL ()
 "Small" page margins value More...
 
static ASPOSE_PAGE_SHARED_API const System::StringMARGINS_MEDIUM ()
 "Medium" page margins value More...
 
static ASPOSE_PAGE_SHARED_API const System::StringMARGINS_LARGE ()
 "Large" page margins value More...
 
static ASPOSE_PAGE_SHARED_API const System::StringFIT_TO_PAGE ()
 Fit content to page key More...
 
static ASPOSE_PAGE_SHARED_API const System::StringTRANSPARENT ()
 Transparent background key More...
 
static ASPOSE_PAGE_SHARED_API const System::StringBACKGROUND ()
 Background key More...
 
static ASPOSE_PAGE_SHARED_API const System::StringBACKGROUND_COLOR ()
 Background color key More...
 
static ASPOSE_PAGE_SHARED_API System::Drawing::Size GetSize (System::String size)
 Calculates page size in "Portrait" page orientation
Parameters
sizepredefined page size
Returns
Calculated page size
More...
 
static ASPOSE_PAGE_SHARED_API System::Drawing::Size GetSize (System::String size, System::String orientation)
 Calculates page size in given page orientation
Parameters
sizepredefined page size
orientationorientation of the page
Returns
Calculated page size
More...
 
static ASPOSE_PAGE_SHARED_API System::Drawing::Size GetSize (System::Drawing::Size size, System::String orientation)
 Calculates page size in given page orientation
Parameters
sizeOriginal page size
orientationOrientation of the page
Returns
Calculated page size
More...
 
static ASPOSE_PAGE_SHARED_API System::SharedPtr< MarginsGetMargins (System::String marginsSize)
 Gets page margins values
Parameters
marginsSizePredefined page margins name
Returns
Predefined page margins values
More...
 
static ASPOSE_PAGE_SHARED_API System::SharedPtr< MarginsGetMargins (System::SharedPtr< Margins > margins, System::String orientation)
 Calculate page margins мфдгуы in specified orientation
Parameters
marginsOriginal margins
orientationOrientation of the page
Returns
Зredefined page margins for given orientation
More...
 
- Static Public Member Functions inherited from System::Object
static bool ReferenceEquals (ptr const &objA, ptr const &objB)
 Compares objects by reference. More...
 
template<typename T >
static std::enable_if<!IsSmartPtr< T >::value, bool >::type ReferenceEquals (T const &objA, T const &objB)
 Compares objects by reference. More...
 
template<typename T >
static std::enable_if<!IsSmartPtr< T >::value, bool >::type ReferenceEquals (T const &objA, std::nullptr_t)
 Reference-compares value type object with nullptr. More...
 
template<typename T1 , typename T2 >
static std::enable_if< IsSmartPtr< T1 >::value &&IsSmartPtr< T2 >::value, bool >::type Equals (T1 const &objA, T2 const &objB)
 Compares reference type objects in C# style. More...
 
template<typename T1 , typename T2 >
static std::enable_if<!IsSmartPtr< T1 >::value &&!IsSmartPtr< T2 >::value, bool >::type Equals (T1 const &objA, T2 const &objB)
 Compares value type objects in C# style. More...
 
static const TypeInfoType ()
 Implements C# typeof(System.Object) construct. More...
 

Static Public Attributes

static const ASPOSE_PAGE_SHARED_API System::String VIEWING_ORIENTATION
 Viewing orientation key, for rotation matrix distinguishing orientation of content on the page. The default viewing orientation matrix is identity. More...
 
static const ASPOSE_PAGE_SHARED_API System::String PAGE_SIZE_
 Page size key More...
 

Additional Inherited Members

- Public Types inherited from System::Object
typedef SmartPtr< Objectptr
 Alias for smart pointer type. More...
 
- Public Member Functions inherited from System::Object
ASPOSECPP_SHARED_API Object ()
 Creates object. Initializes all internal data structures. More...
 
virtual ASPOSECPP_SHARED_API ~Object ()
 Destroys object. Frees all internal data structures. More...
 
ASPOSECPP_SHARED_API Object (Object const &x)
 Copy constructor. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
 
Objectoperator= (Object const &x)
 Assignment operator. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
 
ObjectSharedRefAdded ()
 Increments shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
int SharedRefRemovedSafe ()
 Decrements and returns shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
int RemovedSharedRefs (int count)
 Decreases shared reference count by specified value. More...
 
Detail::SmartPtrCounter * WeakRefAdded ()
 Increments weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
void WeakRefRemoved ()
 Decrements weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
Detail::SmartPtrCounter * GetCounter ()
 Gets reference counter data structure associated with the object. More...
 
int SharedCount () const
 Gets current value of shared reference counter. More...
 
ASPOSECPP_SHARED_API void Lock ()
 Implements C# lock() statement locking. Call directly or use LockContext sentry object. More...
 
ASPOSECPP_SHARED_API void Unlock ()
 Implements C# lock() statement unlocking. Call directly or use LockContext sentry object. More...
 
virtual ASPOSECPP_SHARED_API bool Equals (ptr obj)
 Compares objects using C# Object.Equals semantics. More...
 
virtual ASPOSECPP_SHARED_API int32_t GetHashCode () const
 Analog of C# Object.GetHashCode() method. Enables hashing of custom objects. More...
 
virtual ASPOSECPP_SHARED_API String ToString () const
 Analog of C# Object.ToString() method. Enables converting custom objects to string. More...
 
virtual ASPOSECPP_SHARED_API ptr MemberwiseClone () const
 Analog of C# Object.MemberwiseClone() method. Enables cloning custom types. More...
 
virtual ASPOSECPP_SHARED_API const TypeInfoGetType () const
 Gets actual type of object. Analog of C# System.Object.GetType() call. More...
 
virtual ASPOSECPP_SHARED_API bool Is (const TypeInfo &targetType) const
 Check if object represents an instance of type described by targetType. Analog of C# 'is' operator. More...
 
virtual ASPOSECPP_SHARED_API void SetTemplateWeakPtr (uint32_t argument)
 Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. More...
 
virtual ASPOSECPP_SHARED_API bool FastCast (const Details::FastRttiBase &helper, void **out_ptr) const
 For internal purposes only. More...
 
template<>
bool Equals (float const &objA, float const &objB)
 
template<>
bool Equals (double const &objA, double const &objB)
 
template<>
bool ReferenceEquals (String const &str, std::nullptr_t)
 
template<>
bool ReferenceEquals (String const &str1, String const &str2)
 

Detailed Description

This class defines a set of constants which describe a page. Convenience objects are provided for various margins, orientations, rescaling, and standard page sizes.

Member Function Documentation

◆ BACKGROUND()

static ASPOSE_PAGE_SHARED_API const System::String& Aspose::Page::EPS::PageConstants::BACKGROUND ( )
static

Background key

◆ BACKGROUND_COLOR()

static ASPOSE_PAGE_SHARED_API const System::String& Aspose::Page::EPS::PageConstants::BACKGROUND_COLOR ( )
static

Background color key

◆ FIT_TO_PAGE()

static ASPOSE_PAGE_SHARED_API const System::String& Aspose::Page::EPS::PageConstants::FIT_TO_PAGE ( )
static

Fit content to page key

◆ get_OrientationList()

static ASPOSE_PAGE_SHARED_API System::ArrayPtr<System::String> Aspose::Page::EPS::PageConstants::get_OrientationList ( )
static

Returns
Available orientation values

◆ get_SizeList()

static ASPOSE_PAGE_SHARED_API System::ArrayPtr<System::String> Aspose::Page::EPS::PageConstants::get_SizeList ( )
static

Returns
Available page size values

◆ GetMargins() [1/2]

static ASPOSE_PAGE_SHARED_API System::SharedPtr<Margins> Aspose::Page::EPS::PageConstants::GetMargins ( System::String  marginsSize)
static

Gets page margins values

Parameters
marginsSizePredefined page margins name
Returns
Predefined page margins values

◆ GetMargins() [2/2]

static ASPOSE_PAGE_SHARED_API System::SharedPtr<Margins> Aspose::Page::EPS::PageConstants::GetMargins ( System::SharedPtr< Margins margins,
System::String  orientation 
)
static

Calculate page margins мфдгуы in specified orientation

Parameters
marginsOriginal margins
orientationOrientation of the page
Returns
Зredefined page margins for given orientation

◆ GetSize() [1/3]

static ASPOSE_PAGE_SHARED_API System::Drawing::Size Aspose::Page::EPS::PageConstants::GetSize ( System::String  size)
static

Calculates page size in "Portrait" page orientation

Parameters
sizepredefined page size
Returns
Calculated page size

◆ GetSize() [2/3]

static ASPOSE_PAGE_SHARED_API System::Drawing::Size Aspose::Page::EPS::PageConstants::GetSize ( System::String  size,
System::String  orientation 
)
static

Calculates page size in given page orientation

Parameters
sizepredefined page size
orientationorientation of the page
Returns
Calculated page size

◆ GetSize() [3/3]

static ASPOSE_PAGE_SHARED_API System::Drawing::Size Aspose::Page::EPS::PageConstants::GetSize ( System::Drawing::Size  size,
System::String  orientation 
)
static

Calculates page size in given page orientation

Parameters
sizeOriginal page size
orientationOrientation of the page
Returns
Calculated page size

◆ MARGINS_LARGE()

static ASPOSE_PAGE_SHARED_API const System::String& Aspose::Page::EPS::PageConstants::MARGINS_LARGE ( )
static

"Large" page margins value

◆ MARGINS_MEDIUM()

static ASPOSE_PAGE_SHARED_API const System::String& Aspose::Page::EPS::PageConstants::MARGINS_MEDIUM ( )
static

"Medium" page margins value

◆ MARGINS_SMALL()

static ASPOSE_PAGE_SHARED_API const System::String& Aspose::Page::EPS::PageConstants::MARGINS_SMALL ( )
static

"Small" page margins value

◆ MARGINS_ZERO()

static ASPOSE_PAGE_SHARED_API const System::String& Aspose::Page::EPS::PageConstants::MARGINS_ZERO ( )
static

"Zero" page margins value

◆ ORIENTATION()

static ASPOSE_PAGE_SHARED_API const System::String& Aspose::Page::EPS::PageConstants::ORIENTATION ( )
static

Orientation key, for the named orienation of page, Portret or Landscape.

◆ ORIENTATION_BEST_FIT()

static ASPOSE_PAGE_SHARED_API const System::String& Aspose::Page::EPS::PageConstants::ORIENTATION_BEST_FIT ( )
static

"Best fit" orientation value

◆ ORIENTATION_LANDSCAPE()

static ASPOSE_PAGE_SHARED_API const System::String& Aspose::Page::EPS::PageConstants::ORIENTATION_LANDSCAPE ( )
static

"Landscape" orientation value

◆ ORIENTATION_PORTRAIT()

static ASPOSE_PAGE_SHARED_API const System::String& Aspose::Page::EPS::PageConstants::ORIENTATION_PORTRAIT ( )
static

"Portrait" orientation value

◆ PAGE_MARGINS()

static ASPOSE_PAGE_SHARED_API const System::String& Aspose::Page::EPS::PageConstants::PAGE_MARGINS ( )
static

Page margins key

◆ SIZE_A3()

static ASPOSE_PAGE_SHARED_API const System::String& Aspose::Page::EPS::PageConstants::SIZE_A3 ( )
static

"A3" page size value

◆ SIZE_A4()

static ASPOSE_PAGE_SHARED_API const System::String& Aspose::Page::EPS::PageConstants::SIZE_A4 ( )
static

"A4" page size value

◆ SIZE_A5()

static ASPOSE_PAGE_SHARED_API const System::String& Aspose::Page::EPS::PageConstants::SIZE_A5 ( )
static

"A5" page size value

◆ SIZE_A6()

static ASPOSE_PAGE_SHARED_API const System::String& Aspose::Page::EPS::PageConstants::SIZE_A6 ( )
static

"A6" page size value

◆ SIZE_EXECUTIVE()

static ASPOSE_PAGE_SHARED_API const System::String& Aspose::Page::EPS::PageConstants::SIZE_EXECUTIVE ( )
static

"Executive" page size value

◆ SIZE_INTERNATIONAL()

static ASPOSE_PAGE_SHARED_API const System::String& Aspose::Page::EPS::PageConstants::SIZE_INTERNATIONAL ( )
static

"International" page size value

◆ SIZE_LEDGER()

static ASPOSE_PAGE_SHARED_API const System::String& Aspose::Page::EPS::PageConstants::SIZE_LEDGER ( )
static

"Ledger" page size value

◆ SIZE_LEGAL()

static ASPOSE_PAGE_SHARED_API const System::String& Aspose::Page::EPS::PageConstants::SIZE_LEGAL ( )
static

"Legal" page size value

◆ SIZE_LETTER()

static ASPOSE_PAGE_SHARED_API const System::String& Aspose::Page::EPS::PageConstants::SIZE_LETTER ( )
static

"Letter" page size value

◆ TRANSPARENT()

static ASPOSE_PAGE_SHARED_API const System::String& Aspose::Page::EPS::PageConstants::TRANSPARENT ( )
static

Transparent background key

Member Data Documentation

◆ PAGE_SIZE_

const ASPOSE_PAGE_SHARED_API System::String Aspose::Page::EPS::PageConstants::PAGE_SIZE_
static

Page size key

◆ VIEWING_ORIENTATION

const ASPOSE_PAGE_SHARED_API System::String Aspose::Page::EPS::PageConstants::VIEWING_ORIENTATION
static

Viewing orientation key, for rotation matrix distinguishing orientation of content on the page. The default viewing orientation matrix is identity.