Specifies the stroking color to use to draw objects on a PDF.
public PdfSetStrokeColor( int PdfID, Color StrokeColor );
Public Sub PdfSetStrokeColor( ByVal PdfID As Integer, ByVal StrokeColor As Color )
|
Parameters |
Description |
|
PdfID |
A PDF identifier returned by the PdfNewPdf(), PdfOCRStart(), PdfOcrStartStream(), TwainPDFStart() or TwainPdfStartStream() function. |
|
StrokeColor |
The stroking color to use. A color object. |
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|