2 questions, Reference Help, PDF and Block
Posted: 27 Jun 2015, 13:26
Hello
1 - TsgPDFExport.PageHeight
property PageHeight: Double;
Description
Indicates the height of the page of the output PDF file.
===> Which unit ? ( pixel, mm , other ? ) ?
+ how set dimension page ( portrait, landscape ? )
======== ==============================
TsgDXFBlock.AddEntity
Adds a new child entity.
function AddEntity(const AEntity: TsgDXFEntity): Integer; override;
Description
Call AddEntity to add a child entity.
===> Before ( Version 8 ) the result is boolean, not integer. In version 10, it s a integer.
Meaning of the return value ?
thanks / Pascal / FRANCE
1 - TsgPDFExport.PageHeight
property PageHeight: Double;
Description
Indicates the height of the page of the output PDF file.
===> Which unit ? ( pixel, mm , other ? ) ?
+ how set dimension page ( portrait, landscape ? )
======== ==============================
TsgDXFBlock.AddEntity
Adds a new child entity.
function AddEntity(const AEntity: TsgDXFEntity): Integer; override;
Description
Call AddEntity to add a child entity.
===> Before ( Version 8 ) the result is boolean, not integer. In version 10, it s a integer.
Meaning of the return value ?
thanks / Pascal / FRANCE