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

Sets the dash pattern for lines into a PDF.

C#
public PdfSetLineDash(
    int PdfID, 
    Single DashOn, 
    Single DashOff
);
Visual Basic
Public Sub PdfSetLineDash(
    ByVal PdfID As Integer, 
    ByVal DashOn As Single, 
    ByVal DashOff As Single
)
Parameters
Parameters 
Description 
PdfID 
A PDF identifier returned by the PdfNewPdf(), PdfOCRStart(), PdfOcrStartStream(), TwainPDFStart() or TwainPdfStartStream() function. 
DashOn 
The width of the dashes in current unit defined by the PdfSetMeasurementUnit() function.  
DashOff 
The width of the space between the dashes 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.