Changes the horizontal scaling used to draw text on a PDF.
public PdfSetTextHorizontalScaling( int PdfID, Single TextHScaling );
Public Sub PdfSetTextHorizontalScaling( ByVal PdfID As Integer, ByVal TextHScaling As Single )
|
Parameters |
Description |
|
PdfID |
A PDF identifier returned by the PdfNewPdf(), PdfOCRStart(), PdfOcrStartStream(), TwainPDFStart() or TwainPdfStartStream() function. |
|
TextHScaling |
Text scaling in point. 1 point = 1/72 inch. |
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|