NewGraphicsState
Vector graphics, Text, Page layout
الوصف
صفحة مرجعية لـ NewGraphicsState. تنتمي الدالة إلى Vector graphics, Text, Page layout وتحافظ على كل المعرّفات كما تظهر تمامًا
الصيغة
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);
قيم الإرجاع
| 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 |