API Documentation > Interface Classes > Class pfcSheetData
Class pfcSheetData

# include <pfcSheet.h>

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

Description
Note: This interface is deprecated. Use pfcSheetInfo instead. This interface contains drawing sheet information.
See Also:
Manual References:
Method Summary
void
SetHeight (xint value)
The height of the drawing.
void
The orientation (portrait or landscape).
void
The size of the sheet.
void
The units used in the drawing.
void
SetWidth (xint value)
The width of the drawing.
Method Detail
GetSheetSize
()
void
SetSheetSize
The size of the sheet.
GetHeight
()
void
SetHeight
(xint value)
The height of the drawing.
GetWidth
()
void
SetWidth
(xint value)
The width of the drawing.
GetOrientation
()
void
SetOrientation
The orientation (portrait or landscape).
GetUnits
()
void
SetUnits
The units used in the drawing.
Was this helpful?