⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pdftechlib.xml

📁 C#操作pdf,创建PDF文件并能操作文字和图像合成
💻 XML
📖 第 1 页 / 共 5 页
字号:
        </member>
        <member name="P:PDFTech.PDFCreationOptions.UserPassword">
            <summary>
            User password for current PDF document.
            </summary>
            <remarks>This is the password which will be used to encrypt the file.</remarks>
        </member>
        <member name="P:PDFTech.PDFCreationOptions.UnitOfMeasure">
            <summary>
            Sets the UnitOfMeasure for the drawing operations. 
            </summary>
        </member>
        <member name="P:PDFTech.PDFCreationOptions.ComplianceStandard">
            <summary>
            Gets or sets this documents compliance standarts.
            </summary>
            <remarks>
            If you prefer your documents PDF/A competible please select PDFStandarts.PDFA1b
            </remarks>
        </member>
        <member name="T:PDFTech.PDFActionAnnotation">
            <summary>
            PDFActionAnnotation is used to create annotations in PDF Documents.
            </summary>
            <remarks>
            a user clicks on an annotation in a PDF document it will execute the action linked to this annotation.
            </remarks>
        </member>
        <member name="P:PDFTech.BaseAnnotation.BorderStyle">
            <summary>
            Gets or sets annotation border style.
            </summary>
        </member>
        <member name="P:PDFTech.BaseAnnotation.BorderColor">
            <summary>
            Specifies the border color of the PDF control.
            </summary>
        </member>
        <member name="P:PDFTech.BaseAnnotation.BorderWidth">
            <summary>
            Gets or set annotation border width
            </summary>
        </member>
        <member name="P:PDFTech.BaseAnnotation.Charset">
            <summary>
            Gets or sets annotation charset.
            </summary>
        </member>
        <member name="P:PDFTech.BaseAnnotation.PopupRectangle">
            <summary>
            Gets or sets the rectangle of the popup window. 
            </summary>
        </member>
        <member name="P:PDFTech.BaseAnnotation.Caption">
            <summary>
            Gets or sets annotation caption
            </summary>
        </member>
        <member name="P:PDFTech.BaseAnnotation.Text">
            <summary>
            Gets or sets annotation Text
            </summary>
        </member>
        <member name="P:PDFTech.BaseAnnotation.Subject">
            <summary>
            Gets or sets annotation subjects
            </summary>
        </member>
        <member name="P:PDFTech.BaseAnnotation.LastModified">
            <summary>
            Gets or sets the last modified date time
            </summary>
        </member>
        <member name="P:PDFTech.BaseAnnotation.Opacity">
            <summary>
            Get or sets annotation opacity.
            </summary>
        </member>
        <member name="P:PDFTech.PDFActionAnnotation.Action">
            <summary>
            Action executed after click on annotation.
            </summary>
        </member>
        <member name="T:PDFTech.Barcodes.Barcode1D.BaseEan">
            <summary>
            
            </summary>
        </member>
        <member name="P:PDFTech.Barcodes.Barcode1D.BaseEan.Ratio">
            <summary>
            Wide/narrow bar ratio.
            </summary>
        </member>
        <member name="P:PDFTech.Barcodes.Barcode1D.BaseEan.BarWidth">
            <summary>
            Gets or sets the barcode bar's width. Uses UnitOFMeasure.
            </summary>
        </member>
        <member name="P:PDFTech.Barcodes.Barcode1D.BaseEan.BarHeight">
            <summary>
            Gets or sets the barcode bar's height. Uses UnitOfMeasure. 
            </summary>
        </member>
        <member name="P:PDFTech.Barcodes.Barcode1D.BaseEan.AddChecksum">
            <summary>
            True if checksum should be added.
            </summary>
        </member>
        <member name="P:PDFTech.Barcodes.Barcode1D.BaseEan.Supplement">
            <summary>
            Gets or sets the supplement type 
            </summary>
        </member>
        <member name="P:PDFTech.Barcodes.Barcode1D.BaseEan.SupplementSeparation">
            <summary>
            Gets or sets the gap separation between the barcode and its supplement. It's uses UnitOfMeasure.
            </summary>
        </member>
        <member name="P:PDFTech.Barcodes.Barcode1D.BaseEan.SupplementTopMargin">
            <summary>
            Gets or sets the height of the margin above the supplement bars.It's uses UnitOfMeasure.
            </summary>
        </member>
        <member name="P:PDFTech.Barcodes.Barcode1D.BaseEan.SupplementCode">
            <summary>
            Gets or sets the supplement code.
            </summary>
        </member>
        <member name="P:PDFTech.Barcodes.Barcode1D.BaseEan.GuardBar">
            <summary>
            Gets or sets whether guard bars must be drawn. 
            </summary>
        </member>
        <member name="P:PDFTech.Barcodes.Barcode1D.BaseEan.GuardBarHeight">
            <summary>
            Gets or sets the guard bars' height. It's uses UnitOfMeasure
            </summary>
        </member>
        <member name="P:PDFTech.Barcodes.Barcode1D.BaseEan.DisplayChecksum">
            <summary>
            True if checksum should be visible in barcode text.
            </summary>
        </member>
        <member name="P:PDFTech.Barcodes.Barcode1D.BaseEan.DisplayLightMarginIndicator">
            <summary>
            Gets or sets whether light margin indicators must be displayed in the barcode.
            </summary>
        </member>
        <member name="T:PDFTech.Barcodes.Barcode1D.DeutschePostLeitcode">
            <summary>
            DeutschePostLeitcode barcode class.
            </summary>
            <remarks>
            Leitcode barcode Symbology is used by German Post (Deutsche Post AG) (Deutsche Frachtpost). Also known as: German Postal 2 of 5 Leitcode, CodeLeitcode, Leitcode, Deutsche Post AG (DHL). The Leitcode gives an indication of the destination. The value to encode length is fixed to 13 digits plus 1 digit checksum which is calculated automatically. The value to encode must have the following structure:
            <list type="bullet">
            <item>5 digits for Postal code (Postleitzahl, PLZ)</item>
            <item>3 digits for Street ID/number</item>
            <item>3 digits for House number</item>
            <item>2 digits for Product code</item>
            </list>
            </remarks>
        </member>
        <member name="T:PDFTech.Barcodes.Barcode1D.UspsTrayLabel">
            <summary>
            UspsTrayLabel barcode class.
            </summary>
            <remarks>
            Tray Label is used by United States Postal Services (USPS) for: 
            <list type="bullet">
            <item>labeling of postal trays,</item>
            <item>automation rate mailings,</item>
            <item>periodicals and standard mail (letter size and flat size pieces).</item>
            <para>
            It contains the "ZIP code" of the receiver and a "Content Identifier Number". The value to encode length is fixed to 10 digits and it must have the following structure:
            <list type="bullet">
            <item>5 digits for "ZIP code" (express, priority, first-class, periodicals, standard, package) </item>
            <item>3 digits for "Content Identifier Number" [CIN] (mailing class, presorting, automation process sack)</item>
            <item>2 digits for "Processing Code"</item>
            </list>
            </para>
            </list>
            </remarks>
        </member>
        <member name="T:PDFTech.Barcodes.Barcode1D.Industrial2of5">
            <summary>
            Industrial2of5 barcode class.
            </summary>
            <remarks>
            Industrial 2 of 5 (developed in 1960s) is a low-density, variable-length numeric symbology. The symbology is called "2 of 5" due to the fact that digits are encoded with 5 bars, 2 of which are always wide (generally 3 times as wide as narrow bar) and the remaining three are narrow. The spaces in the barcode exist only to separate the bars themselves. The exact size of the spaces is not critical, but is generally the same width as a narrow bar.
            </remarks>
        </member>
        <member name="P:PDFTech.Barcodes.Barcode1D.Industrial2of5.Ratio">
            <summary>
            Wide/narrow bar ratio.
            </summary>
        </member>
        <member name="P:PDFTech.Barcodes.Barcode1D.Industrial2of5.BarWidth">
            <summary>
            Gets or sets the barcode bar's width. Uses UnitOFMeasure.
            </summary>
        </member>
        <member name="P:PDFTech.Barcodes.Barcode1D.Industrial2of5.BarHeight">
            <summary>
            Gets or sets the barcode bar's height. Uses UnitOfMeasure.
            </summary>
        </member>
        <member name="P:PDFTech.Barcodes.Barcode1D.Industrial2of5.AddChecksum">
            <summary>
            True if checksum should be added.
            </summary>
        </member>
        <member name="P:PDFTech.Barcodes.Barcode1D.Industrial2of5.BearerBarStyle">
            <summary>
            Bearer bars type.
            </summary>
        </member>
        <member name="P:PDFTech.Barcodes.Barcode1D.Industrial2of5.BearerBarWidth">
            <summary>
            Bearer bars size. Uses UnitOFMeasure.
            </summary>
        </member>
        <member name="P:PDFTech.Barcodes.Barcode1D.Industrial2of5.DisplayChecksum">
            <summary>
            True if checksum should be visible in barcode text.
            </summary>
        </member>
        <member name="P:PDFTech.Row.height">
            <summary>
            <value>double value uses unit of measure. Set 0 for autocalculate</value>
            </summary>
        </member>
        <member name="P:PDFTech.Row.calculatedHeight">
            <summary>
            <value>returns calculated widths</value>
            </summary>
        </member>
        <member name="T:PDFTech.PDFTextAnnotation">
            <summary>
            A text annotation represents a "sticky note" attached to a point in the PDF document.
            </summary>
            <remarks>
            When closed, the annotation appears as an icon; when open, it displays a pop-up window containing the text of the note, in a font and size chosen by the viewer application.
            </remarks>
        </member>
        <member name="P:PDFTech.PDFTextAnnotation.textAnnotationIcon">
            <summary>
            Icon used for Annotation
            </summary>
        </member>
        <member name="P:PDFTech.PDFTextAnnotation.Opened">
            <summary>
            A property specifying whether the annotation should initially be displayed open.
            </summary>
        </member>
        <member name="T:PDFTech.PDFEdit">
            <summary>
            PDFEdit is similar to <see cref="T:System.Windows.Forms.TextBox">TextBox</see> and creates a control which accepts input in a PDF document.
            </summary>
        </member>
        <member name="T:PDFTech.PDFInputControl">
            <summary>
            PDFInputControl is the base class of all PDFControls where a user can input / change data.
            </summary>
        </member>
        <member name="T:PDFTech.PDFControl">
            <summary>
            PDFControl is the base class for all interactive elements such as buttons, checkboxes, radiobuttons, comboboxes and edit fields.
            </summary>
        </member>
        <member name="P:PDFTech.PDFControl.ReadOnly">

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -