HPS.Hardcopy.GDI

class HPS.Hardcopy.GDI : public IDisposable
class ExportOptionsKit : public HPS.Kit

Public Functions

override bool Empty ()

Indicates whether this object has any values set on it.

See

HPS.Object.Reset()

Note

An empty object is not necessarily invalid. For example, all fresh new Kits, or Objects that have been reset, are both valid and empty.

Return

true if no values are set on this object, false otherwise.

override HPS.Type ObjectType ()

This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).

Return

The declared type of the object in question, which may differ from the true, underlying type.