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

Sets the line width (or pen size) for stroking operation into a PDF.

C#
public PdfSetLineWidth(
    int PdfID, 
    Single LineWidth
);
Visual Basic
Public Sub PdfSetLineWidth(
    ByVal PdfID As Integer, 
    ByVal LineWidth As Single
)
Parameters
Parameters 
Description 
PdfID 
A PDF identifier returned by the PdfNewPdf(), PdfOCRStart(), PdfOcrStartStream(), TwainPDFStart() or TwainPdfStartStream() function. 
LineWidth 
The width of the lines in current unit defined by the PdfSetMeasurementUnit() function.  
What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.