API Documentation > Interface Classes > Class pfcSheetInfo
Class pfcSheetInfo

# include <pfcSheet.h>

class
pfcSheetInfo
: public virtual
xobject
{
xdeclare(pfcSheetInfo)
...
};
This is a
COMPACT class.

Description
This interface contains drawing sheet information.
See Also:
Manual References:
Method Summary
The height of the drawing.
The orientation (portrait or landscape).
The size of the sheet.
The units used in the drawing.
The width of the drawing.
Method Detail
GetSheetSize
()
The size of the sheet.
GetHeight
()
The height of the drawing.
GetWidth
()
The width of the drawing.
GetOrientation
()
The orientation (portrait or landscape).
GetUnits
()
The units used in the drawing.
Was this helpful?