NewGraphicsState

Vector graphics, Text, Page layout

Leírás

Referenciaoldal a(z) NewGraphicsState függvényhez; a függvény a(z) Vector graphics, Text, Page layout csoportba tartozik, és minden azonosítót pontosan a megjelenített formában tart meg

Szintaxis

Delphi

Function TPDFlib.NewGraphicsState(FillTransparency, StrokeTransparency: Integer; LineWidth: Double; LineCap, LineJoin: Integer; MiterLimit: Double): Integer;

ActiveX

Function PDFlib::NewGraphicsState(FillTransparency As Long, StrokeTransparency As Long, LineWidth As Double, LineCap As Long, LineJoin As Long, MiterLimit As Double) As Long

DLL

int DLNewGraphicsState(int InstanceID, int FillTransparency, int StrokeTransparency, double LineWidth, int LineCap, int LineJoin, double MiterLimit);

Visszatérési értékek

0Nem lett megadva érvényes graphics-state tulajdonság, egy paraméter a tartományon kívül esett, vagy az átlátszóság nem megengedett a jelenlegi PDF/A módban
>0Egy újrafelhasználható grafikus-állapot azonosító (ID) a kiválasztott dokumentumhoz

Lásd még