PDF SDK Documentation

Comprehensive Guide for Developers: Features, Integration, and API Reference

Loading...
Searching...
No Matches
PDF::SizeI Struct Reference
Inheritance diagram for PDF::SizeI:
PDSizeI

Public Member Functions

 SizeI (int width_, int height_)
 
template<typename WT , typename HT >
 SizeI (WT width_, HT height_, const typename std::enable_if< std::is_integral< WT >::value &&std::is_integral< HT >::value >::type *const dummy=nullptr)
 
 SizeI (const PDSizeI &sz)
 
bool Equals (const SizeI &that) const
 
bool operator== (const SizeI &that) const
 
bool operator!= (const SizeI &that) const
 
int GetArea () const
 
bool IsAreaEmpty () const
 

Additional Inherited Members

- Public Attributes inherited from PDSizeI
int width
 
int height
 

The documentation for this struct was generated from the following file: