mPDFExportParamsPageParams
Property
|
Property that represents a collection of page
parameters to be used during the export. Page parameters contain
such options as paper size, margins. All the values are measured in
mm.
Namespace: Teigha.Export_Import
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public PageParamsCollection PageParams { get; set; }
Public Property PageParams As PageParamsCollection
Get
Set
public:
property PageParamsCollection^ PageParams {
PageParamsCollection^ get ();
void set (PageParamsCollection^ value);
}
member PageParams : PageParamsCollection with get, set
Property Value
PageParamsCollection
See Also