You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > PDF Creation > Low-level Functions > PdfSetStrokeColor Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.PdfSetStrokeColor Method

Specifies the stroking color to use to draw objects on a PDF.

C#
public PdfSetStrokeColor(
    int PdfID, 
    Color StrokeColor
);
Visual Basic
Public Sub PdfSetStrokeColor(
    ByVal PdfID As Integer, 
    ByVal StrokeColor As Color
)
Parameters
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.