BeginFormXObject
Page layout
Popis
Referenční stránka pro BeginFormXObject. Funkce patří do Page layout a zachovává všechny identifikátory přesně tak, jak jsou uvedeny
Syntaxe
Delphi
Function TPDFlib.BeginFormXObject(Width, Height: Double): Integer;
ActiveX
Function PDFlib::BeginFormXObject(Width As Double, Height As Double) As Long
DLL
int DLBeginFormXObject(int InstanceID, double Width, double Height);
Návratové hodnoty
| 0 | The dimensions were not valid, a build was already active, or the temporary drawing surface could not be created |
|---|---|
| 1 | The Form XObject drawing surface was created and selected |
Viz také
EndFormXObject, CancelFormXObject, DrawCapturedPage, NewTilingPatternFromCapturedPage