This property sets the orientation of the PDF document.

[C++ Builder]    imagekitcontrolname->FileIO->PDF->Landscape[=bool]
[Delphi]   imagekitcontrolname.FileIO.PDF.Landscape [ = Boolean ]

Property Value

Value Explanation
True Landscape
False Portrait

Default value is False

Explanation

The Landscape property sets the orientation of the PDF document. The default value is false, meaning the default orientation for the PDF document is portrait. It is possible to set a different orientation for each page in the PDF document. To change the orientation, set the Landscape property prior to executing the AddImage method.

Setting this value

  This value can be set at runtime.

Retrieving this value

  This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation