Sets the line cap style for subsequently drawn lines into a PDF.
public PdfSetLineCap( int PdfID, PdfLineCapStyle CapType );
Public Sub PdfSetLineCap( ByVal PdfID As Integer, ByVal CapType As PdfLineCapStyle )
|
Parameters |
Description |
|
PdfID |
A PDF identifier returned by the PdfNewPdf(), PdfOCRStart(), PdfOcrStartStream(), TwainPDFStart() or TwainPdfStartStream() function. |
|
CapType |
A member of the PdfLineCapStyle enumeration. |
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|