NewGraphicsState
Vector graphics, Text, Page layout
Beskrivelse
Referanseside for NewGraphicsState. Funksjonen tilhører Vector graphics, Text, Page layout og beholder alle identifikatorer nøyaktig slik de vises
Syntaks
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);
Returverdier
| 0 | No valid graphics-state property was supplied, a parameter was out of range, or transparency is not allowed in the current PDF/A mode |
|---|---|
| >0 | A reusable graphics-state ID for the selected document |