The ExportOptionsKit class is a user space object. It contains settings controlling how 3D PDF data is exported via Publish.
More...
|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
|
enum | UpdateType { Synchronous = 0,
Asynchronous = 1
} |
| The type of update to perform, either synchronous or asynchronous. More...
|
|
HandleRef | cptr |
|
HandleRef | scptr |
|
bool | cMemOwn |
|
The ExportOptionsKit class is a user space object. It contains settings controlling how 3D PDF data is exported via Publish.
HPS.Publish.ExportOptionsKit.ExportOptionsKit |
( |
| ) |
|
|
inline |
The copy constructor creates a new ExportOptionsKit object that contains the same settings as the source ExportOptionsKit.
- Parameters
-
in_kit | The source <ref refid="class_h_p_s_1_1_publish_1_1_export_options_kit" kindref="compound">ExportOptionsKit</ref> to copy. |
override bool HPS.Publish.ExportOptionsKit.Empty |
( |
| ) |
|
|
inlinevirtual |
Check if the source ExportOptionsKit is equivalent to this ExportOptionsKit.
- Parameters
-
in_kit | The source <ref refid="class_h_p_s_1_1_publish_1_1_export_options_kit" kindref="compound">ExportOptionsKit</ref> to compare to this <ref refid="class_h_p_s_1_1_publish_1_1_export_options_kit" kindref="compound">ExportOptionsKit</ref>. |
- Returns
- true if the objects are equivalent, false otherwise.
override HPS.Type HPS.Publish.ExportOptionsKit.ObjectType |
( |
| ) |
|
|
inlinevirtual |
This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object.
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS.Object.
Sets the PDF document to append to.
- Parameters
-
in_filename | UTF8-encoded filename of the PDF document to append to. |
- Returns
- A reference to this ExportOptionsKit.
Copies this ExportOptionsKit into the given ExportOptionsKit.
- Parameters
-
out_kit | The <ref refid="class_h_p_s_1_1_publish_1_1_export_options_kit" kindref="compound">ExportOptionsKit</ref> to populate with the contents of this <ref refid="class_h_p_s_1_1_publish_1_1_export_options_kit" kindref="compound">ExportOptionsKit</ref>. |
bool HPS.Publish.ExportOptionsKit.ShowDocumentToAppendTo |
( |
out string |
out_filename | ) |
|
|
inline |
Shows the PDF document to append to setting.
- Parameters
-
out_filename | Filename of the PDF document to append to. |
- Returns
- true if a PDF document to append to setting was specified, false otherwise.
Removes the PDF document to append to setting.
- Returns
- A reference to this ExportOptionsKit.
Removes all data from the options kit.
- Returns
- A reference to this ExportOptionsKit.
The documentation for this class was generated from the following file:
- internals/hps_sprk_publish/source/cs/HPS.Publish.cs