📄 pdftechlib.xml
字号:
This essentially expands or compresses the horizontal dimension of the string. The default value
for this parameter is 100 (%).
</remarks>
<param name="Scale">scale value</param>
</member>
<member name="M:PDFTech.Canvas.SetTextRise(System.Double)">
<summary>
This procedure sets the "text rise", the amount of text base line offset in the vertical
dimension in points (1/72 inches).
</summary>
<remarks>
A positive rise moves the baseline upward, causing subsequent text to become superscript.
<para>Similarly, a negative rise may be used to produce subscript text.</para>
</remarks>
<param name="Rise">Text rise value</param>
</member>
<member name="M:PDFTech.Canvas.TextOut(System.Double,System.Double,System.Double,System.String)">
<summary>
This procedure draws a text line "Textstr" using the current font starting at location (x, y) at "orientation" (in degrees).
</summary>
<param name="X">Location x value</param>
<param name="Y">Location y value</param>
<param name="Orientation">Orientation value</param>
<param name="TextStr">Text to be written</param>
</member>
<member name="M:PDFTech.Canvas.TextOut(System.Double,System.Double,System.Double,System.String,PDFTech.HorJust,PDFTech.VertJust)">
<summary>
This procedure draws a text line "Textstr" using the current font starting at location (x, y) at "orientation" (in degrees)
at vertical and horizontal alignments.
</summary>
<param name="X">Location x value</param>
<param name="Y">Location y value</param>
<param name="Orientation">Text orientation value</param>
<param name="TextStr">Text to be written</param>
<param name="HorizontalAl">Horizontal alignment</param>
<param name="VerticalAl">Vertical alignment</param>
</member>
<member name="M:PDFTech.Canvas.GetTextWidth(System.String)">
<summary>
This function return size of the 'Text' in points for the active font.
SetActiveFont must be called before calling this function.
</summary>
<param name="Text">text to be measured.</param>
<returns></returns>
</member>
<member name="M:PDFTech.Canvas.AddTextArea(System.Drawing.RectangleF,System.String,System.Boolean)">
<summary>
Show 'Text' string inside area bounded Rect
</summary>
<param name="Rect">Text bounds</param>
<param name="Text">Text to be written</param>
<param name="clipped"></param>
</member>
<member name="M:PDFTech.Canvas.AddTextArea(System.Drawing.RectangleF,System.String,System.Boolean,System.Boolean,System.Single)">
<summary>
Show 'Text' string inside area bounded Rect
</summary>
<param name="Rect">Text bounds</param>
<param name="Text">莽izilecek text</param>
<param name="clipped"></param>
<param name="tagged">If you wish to write tagged text set true</param>
<param name="orientation">text orientation</param>
<remarks>
If you wish to write tagged text to a specific region on the page, use this function.
<para> Valid tags are the following:
<list type="bullet">
<item>font</item>
<item>b</item>
<item>i</item>
<item>u</item>
<item>st</item>
<item>br</item>
<item>sub</item>
<item>sup</item>
<item>a</item>
<item>p</item>
<item>hr</item>
</list>
</para>
</remarks>
</member>
<member name="M:PDFTech.Canvas.AddImage(PDFTech.PDFImage)">
<summary>
This procedure place the image to the canvas
</summary>
<param name="Image">PDF image</param>
</member>
<member name="M:PDFTech.Canvas.AddImage(PDFTech.PDFImage,System.Double,System.Double)">
<summary>
This procedure place the image to the canvas
</summary>
<param name="Image">PDF image</param>
<param name="x">Location x value</param>
<param name="y">Location y value</param>
</member>
<member name="P:PDFTech.Canvas.Cursor">
<summary>
<see cref="M:PDFTech.Canvas.AddText(System.String)">AddText(string Text)</see> method sets the last location of the cursor. You may also manually set the cursor position.
</summary>
</member>
<member name="P:PDFTech.Canvas.Dimension">
<summary>
Canvas Dimension
</summary>
</member>
<member name="M:PDFTech.Body.AddTextAnnotation(System.String,System.String,PDFTech.TextAnnotationIcon,System.Drawing.RectangleF)">
<summary>
This function adds a PDF Text Annotation to this page.
</summary>
<param name="caption">Annotation caption</param>
<param name="bodytext">Annotation text</param>
<param name="icon">Annotation icon</param>
<param name="Box"></param>
<returns>This function return PDFTextAnnotation</returns>
</member>
<member name="M:PDFTech.Body.AddRubberStampAnnotation(System.String,System.String,PDFTech.RubberStampAnnotationIcon,System.Drawing.RectangleF)">
<summary>
This function add a Pdf Rubber Stamp Annotation to this page.
</summary>
<param name="caption">Annotation caption</param>
<param name="bodytext">Annotation text</param>
<param name="icon"></param>
<param name="Box"></param>
<returns>This function return PdfRubberStampAnnotation</returns>
</member>
<member name="M:PDFTech.Body.AddLineAnnotation(System.String,System.String,PDFTech.LineEndingStyle,PDFTech.LineEndingStyle,System.Drawing.RectangleF)">
<summary>
This function adds a Pdf Line Annotation to this page.
</summary>
<param name="caption">Annotation caption</param>
<param name="bodytext">Annotation text</param>
<param name="BeginLineStyle"></param>
<param name="EndLineStyle"></param>
<param name="Box"></param>
<returns>This function return PdfLineAnnotation</returns>
</member>
<member name="M:PDFTech.Body.AddFileAttachmentAnnotation(System.String,System.String,System.String,PDFTech.FileAttachmentAnnotationIcon,System.Drawing.RectangleF)">
<summary>
This function adds a Pdf File Attachment Annotation to this page.
</summary>
<param name="caption">Annotation caption</param>
<param name="bodytext">Annotation text</param>
<param name="File"></param>
<param name="Icon"></param>
<param name="Box"></param>
<returns>This function return PdfFileAttachmentAnnotation</returns>
</member>
<member name="M:PDFTech.Body.AddMarkupAnnotation(System.String,System.String,PDFTech.MarkupStyle,System.Drawing.RectangleF)">
<summary>
This function adds a PdfMarkupAnnotation to this page.
</summary>
<param name="caption">Annotation caption</param>
<param name="bodytext">Annotation text</param>
<param name="MarkupStyle"></param>
<param name="Box"></param>
<returns>This function return PdfMarkupAnnotation</returns>
</member>
<member name="M:PDFTech.Body.AddAction(System.Drawing.RectangleF,PDFTech.PDFAction)">
<summary>
Procedure creates object of PDFActionAnnotation.
</summary>
<param name="ARect">Bound of annotation</param>
<param name="Action">An Action value</param>
<returns>a <see cref="T:PDFTech.PDFActionAnnotation">PDFActionAnnotation</see> defines an annotation in a PDF file. </returns>
<remarks>
This function can be used to place an action on any part of the page
</remarks>
</member>
<member name="M:PDFTech.Body.AddLinkToPage(System.Drawing.RectangleF,System.Int32,System.Double)">
<summary>
This procedure places an active hyper-link area for the rectangle bounded by Rect.
</summary>
<remarks>
Destination is a page of the current PDF document with 'PageIndex' index.
<para>
Page with 'PageIndex' index must be created on time of call this procedure.
</para>
<para>
"Top" parameter depends on the location of the display window on that page (offset from top of the page).
</para>
</remarks>
<param name="ARect">Bound of annotation</param>
<param name="PageIndex">The destination page of the link </param>
<param name="TopOffset">top offset of the link destination</param>
<returns>a <see cref="T:PDFTech.PDFActionAnnotation">PDFActionAnnotation</see> defines an annotation in a PDF file. </returns>
</member>
<member name="M:PDFTech.Body.AddExternalLink(System.Drawing.RectangleF,System.String)">
<summary>
Draws a rectangle as a link to another pdf document.
</summary>
<param name="ARect">Bound of annotation</param>
<param name="FileName">a file path to the destination document.</param>
<returns>a <see cref="T:PDFTech.PDFActionAnnotation">PDFActionAnnotation</see> defines an annotation in a PDF file. </returns>
</member>
<member name="M:PDFTech.Body.AddFileLink(System.Drawing.RectangleF,System.String)">
<summary>
Draws a rectangle as a link to an external file.
</summary>
<param name="ARect">Bound of annotation</param>
<param name="FileName">a file path to the external file.</param>
<returns>a <see cref="T:PDFTech.PDFActionAnnotation">PDFActionAnnotation</see> defines an annotation in a PDF file. </returns>
</member>
<member name="T:PDFTech.Barcodes.Barcode2D.QRCode">
<summary>
QRCode barcode class.
</summary>
<remarks>
A QR Code is a 2D matrix code created by the Japanese corporation Denso-Wave in 1994. The "QR" is derived from "Quick Response", as the creator intended the code to allow its contents to be decoded at high speed. QR Codes are currently the most popular type of two dimensional code in Japan. Their popularity is increasing with applications like storing addresses, URLs and business card contact information that can be captured and utilized by mobile phones equipped with a camera.
</remarks>
</member>
<member name="T:PDFTech.Barcodes.Barcode2D.BasePDFBarcode2D">
<summary>
</summary>
</member>
<member name="T:PDFTech.Barcodes.Barcode2D.PDFBarcode2D">
<summary>
</summary>
</member>
<member name="M:PDFTech.Barcodes.Barcode2D.PDFBarcode2D.IsCodeValid">
<summary>
Gets a value indicating whether the value to encode specified in the Code property is valid.
</summary>
<returns></returns>
</member>
<member name="P:PDFTech.Barcodes.Barcode2D.PDFBarcode2D.Height">
<summary>
Gets the height of the barcode. It's uses UnitOfMeasure.
</summary>
</member>
<member name="P:PDFTech.Barcodes.Barcode2D.PDFBarcode2D.UnitOfMeasure">
<summary>
Gets or sets the UnitOfMeasure.
</summary>
</member>
<member name="P:PDFTech.Barcodes.Barcode2D.PDFBarcode2D.ForeColor">
<summary>
Gets or sets the foreground color of the barcode.
</summary>
</member>
<member name="P:PDFTech.Barcodes.Barcode2D.PDFBarcode2D.BackColor">
<summary>
Gets or sets the background color for the barcode.
</summary>
</member>
<member name="P:PDFTech.Barcodes.Barcode2D.PDFBarcode2D.Font">
<summary>
Gets or sets the font of the text displayed by the barcode.
</summary>
</member>
<member name="P:PDFTech.Barcodes.Barcode2D.PDFBarcode2D.BarColor">
<summary>
Gets or sets the bars' color of the barcode.
</summary>
</member>
<member name="P:PDFTech.Barcodes.Barcode2D.PDFBarcode2D.BorderColor">
<summary>
Gets or sets the barcode border's color.
</summary>
</member>
<member name="P:PDFTech.Barcodes.Barcode2D.PDFBarcode2D.BorderWidth">
<summary>
Gets or sets the barcode border's width.
</summary>
</member>
<member name="P:PDFTech.Barcodes.Barcode2D.PDFBarcode2D.Code">
<summary>
Gets or sets the value to encode.
</summary>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -