<?xml version="1.0"?> <doc> <assembly> <name>DevExpress.Pdf.v15.2.Core</name> </assembly> <members> <member name="T:DevExpress.Pdf.PdfMetadata"> <summary> <para>Represents global information about the document such as the document's title, author, and creation and modification dates. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfMetadata.Data"> <summary> <para>Gets the data for the document components. </para> </summary> <value>A string value that represents the data of document components. </value> </member> <member name="T:DevExpress.Pdf.PdfWord"> <summary> <para>An individual word in a document. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfWord.Characters"> <summary> <para>Returns a list of the word's characters. </para> </summary> <value>A collection of <see cref="T:DevExpress.Pdf.PdfCharacter"/> values. </value> </member> <member name="P:DevExpress.Pdf.PdfWord.Rectangles"> <summary> <para>Returns rectangles surrounding the word. </para> </summary> <value>A collection of <see cref="T:DevExpress.Pdf.PdfOrientedRectangle"/> values. </value> </member> <member name="P:DevExpress.Pdf.PdfWord.Text"> <summary> <para>Returns a Unicode representation of the word's characters. </para> </summary> <value>A <see cref="T:System.String"/> value. </value> </member> <member name="T:DevExpress.Pdf.PdfTextSearchDirection"> <summary> <para>Lists the available text search direction modes. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfTextSearchDirection.Backward"> <summary> <para>Specifies a backward search in the document. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfTextSearchDirection.Forward"> <summary> <para>Specifies a forward search in the document. </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfOrientedRectangle"> <summary> <para>A rectangle that delimits a page area around a specific document element. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfOrientedRectangle.Angle"> <summary> <para>Specifies the rotation angle of the rectangle </para> </summary> <value>A <see cref="T:System.Double"/> value, specifying the rotation angle of the rectangle. </value> </member> <member name="P:DevExpress.Pdf.PdfOrientedRectangle.Height"> <summary> <para>Specifies the rectangle height. </para> </summary> <value>A <see cref="T:System.Double"/> value, specifying the rectangle height. </value> </member> <member name="P:DevExpress.Pdf.PdfOrientedRectangle.Left"> <summary> <para>Specifies the rectangle position in relation to the left edge of the PDF page. </para> </summary> <value>A <see cref="T:System.Double"/> value. </value> </member> <member name="P:DevExpress.Pdf.PdfOrientedRectangle.Top"> <summary> <para>Specifies the rectangle position in relation to the top edge of the PDF page. </para> </summary> <value>A <see cref="T:System.Double"/> value. </value> </member> <member name="P:DevExpress.Pdf.PdfOrientedRectangle.Width"> <summary> <para>Specifies the rectangle width. </para> </summary> <value>A <see cref="T:System.Double"/> value, specifying the rectangle width. </value> </member> <member name="T:DevExpress.Pdf.PdfQuadrilateral"> <summary> <para>Represents a quadrilateral (in default user space) that comprises the region in which the link should be activated. </para> </summary> </member> <member name="M:DevExpress.Pdf.PdfQuadrilateral.#ctor(DevExpress.Pdf.PdfPoint,DevExpress.Pdf.PdfPoint,DevExpress.Pdf.PdfPoint,DevExpress.Pdf.PdfPoint)"> <summary> <para>Initializes a new instance of the PdfQuadrilateral class with the specified settings. </para> </summary> <param name="p1"> A <see cref="T:DevExpress.Pdf.PdfPoint"/> object that represents the coordinates of the first quadrilateral point. </param> <param name="p2"> A <see cref="T:DevExpress.Pdf.PdfPoint"/> object that represents the coordinates of the second quadrilateral point. </param> <param name="p3"> A <see cref="T:DevExpress.Pdf.PdfPoint"/> object that represents the coordinates of the third quadrilateral point. </param> <param name="p4"> A <see cref="T:DevExpress.Pdf.PdfPoint"/> object that represents the coordinates of the fourth quadrilateral point. </param> </member> <member name="P:DevExpress.Pdf.PdfQuadrilateral.P1"> <summary> <para>Gets the first quadrilateral point in the default user space. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfPoint"/> object that is the first quadrilateral point in the default user space. </value> </member> <member name="P:DevExpress.Pdf.PdfQuadrilateral.P2"> <summary> <para>Gets the second quadrilateral point in the default user space. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfPoint"/> object that represents the second quadrilateral point in the default user space. </value> </member> <member name="P:DevExpress.Pdf.PdfQuadrilateral.P3"> <summary> <para>Gets the third quadrilateral point in the default user space. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfPoint"/> object that is the third quadrilateral point in the default user space. </value> </member> <member name="P:DevExpress.Pdf.PdfQuadrilateral.P4"> <summary> <para>Gets the fourth quadrilateral point in the default user space. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfPoint"/> object that is the fourth quadrilateral point in the default user space. </value> </member> <member name="T:DevExpress.Pdf.PdfIconFit"> <summary> <para>Contains properties that define how to display the button's icon within the annotation rectangle of its widget annotation. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfIconFit.FitToAnnotationBounds"> <summary> <para>Gets a value that indicates whether the button appearance is scaled to fit fully within the bounds of the annotation without taking into consideration the line width of the border. </para> </summary> <value><b>true</b>, to fit fully within the bounds of the annotation otherwise, <b>false</b>. The default value is <b>false.</b> </value> </member> <member name="P:DevExpress.Pdf.PdfIconFit.HorizontalPosition"> <summary> <para>Gets the horizontal leftover of the icon within an annotation rectangle. </para> </summary> <value>A double value that is the horizontal leftover of the icon within an annotation rectangle. </value> </member> <member name="P:DevExpress.Pdf.PdfIconFit.ScalingCircumstances"> <summary> <para>Gets the circumstances under which the icon shall be scaled inside the annotation rectangle. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfIconScalingCircumstances"/> enumeration value that lists the circumstances for scaling an icon. </value> </member> <member name="P:DevExpress.Pdf.PdfIconFit.ScalingType"> <summary> <para>Get the type of icon scaling. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfIconScalingType"/> enumeration value that is the icon scaling type. </value> </member> <member name="P:DevExpress.Pdf.PdfIconFit.VerticalPosition"> <summary> <para>Gets the vertical leftover of the icon within an annotation rectangle. </para> </summary> <value>A double value that is the vertical icon leftover within the annotation rectangle. </value> </member> <member name="T:DevExpress.Pdf.PdfCharacter"> <summary> <para>An individual character in a document. </para> </summary> </member> <member name="M:DevExpress.Pdf.PdfCharacter.#ctor(System.String,DevExpress.Pdf.PdfFont,System.Double,DevExpress.Pdf.PdfOrientedRectangle)"> <summary> <para>Initializes a new instance of the PdfCharacter class with the specified settings. </para> </summary> <param name="unicodeData"> A <see cref="T:System.String"/> value. This value is assigned to the <see cref="P:DevExpress.Pdf.PdfCharacter.UnicodeData"/> property. </param> <param name="font"> A <see cref="T:DevExpress.Pdf.PdfFont"/> value. This value is assigned to the <see cref="P:DevExpress.Pdf.PdfCharacter.Font"/> property. </param> <param name="fontSize"> A <see cref="T:System.Double"/> value. This value is assigned to the <see cref="P:DevExpress.Pdf.PdfCharacter.FontSize"/> property. </param> <param name="rectangle"> A <see cref="T:DevExpress.Pdf.PdfOrientedRectangle"/> value. This value is assigned to the <see cref="P:DevExpress.Pdf.PdfCharacter.Rectangle"/> property. </param> </member> <member name="P:DevExpress.Pdf.PdfCharacter.Font"> <summary> <para>Returns the character's font settings. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfFont"/> value. </value> </member> <member name="P:DevExpress.Pdf.PdfCharacter.FontSize"> <summary> <para>Returns the character's font size (in points). </para> </summary> <value>A <see cref="T:System.Double"/> value, specifying the font size, in points. </value> </member> <member name="P:DevExpress.Pdf.PdfCharacter.Rectangle"> <summary> <para>Returns a rectangle that surrounds the character. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfOrientedRectangle"/> value. </value> </member> <member name="P:DevExpress.Pdf.PdfCharacter.UnicodeData"> <summary> <para>Returns a Unicode representation of the character. </para> </summary> <value>A <see cref="T:System.String"/> value, specifying a character's Unicode representation. </value> </member> <member name="T:DevExpress.Pdf.PdfPage"> <summary> <para>An individual page in a document. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfPage.Actions"> <summary> <para>Provides access to a dictionary of additional actions to be performed when the page is opened or closed. </para> </summary> <value>A DevExpress.Pdf.PdfPageActions object. </value> </member> <member name="P:DevExpress.Pdf.PdfPage.Annotations"> <summary> <para>Provides access to the collection of annotation dictionaries that contain indirect references to all annotations associated with the page. </para> </summary> <value>A collection of <see cref="T:DevExpress.Pdf.PdfAnnotation"/> objects. </value> </member> <member name="P:DevExpress.Pdf.PdfPage.AnnotationTabOrder"> <summary> <para>Indicates the tab order that shall be used for annotations on the page. </para> </summary> <value>A DevExpress.Pdf.PdfAnnotationTabOrder enumeration value. </value> </member> <member name="P:DevExpress.Pdf.PdfPage.ArtBox"> <summary> <para>Specifies the art box defining the boundaries of the meaningful content (including potential white space) on a page as intended by the page's creator. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfRectangle"/> object, specifying the art box. </value> </member> <member name="P:DevExpress.Pdf.PdfPage.ArticleBeads"> <summary> <para>Provides access to the collection of indirect references to all article beads appearing on the page. </para> </summary> <value>A collection of DevExpress.Pdf.PdfBead objects. </value> </member> <member name="P:DevExpress.Pdf.PdfPage.BleedBox"> <summary> <para>Specifies the bleed box defining the region to which the contents of the page shall be clipped when output in a production environment. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfRectangle"/> object, specifying the bleed box. </value> </member> <member name="P:DevExpress.Pdf.PdfPage.Commands"> <summary> <para>Gets the PDF page commands. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfCommandList"/> object that represents the page commands. </value> </member> <member name="P:DevExpress.Pdf.PdfPage.DisplayDuration"> <summary> <para>Indicates the display duration of a page (also called its advance timing): the maximum length of time, in seconds, that the page shall be displayed during presentations before the viewer application shall automatically advance to the next page. </para> </summary> <value>A <see cref="T:System.Double"/> value. </value> </member> <member name="P:DevExpress.Pdf.PdfPage.ID"> <summary> <para>Indicates the digital identifier of the page's parent Web Capture content set. </para> </summary> <value>A <see cref="T:System.Byte"/> array. </value> </member> <member name="P:DevExpress.Pdf.PdfPage.LastModified"> <summary> <para>Specifies the date and time when the page's contents were most recently modified. </para> </summary> <value>A nullable <see cref="T:System.DateTimeOffset"/> value. </value> </member> <member name="P:DevExpress.Pdf.PdfPage.Metadata"> <summary> <para>Provides access to a metadata stream that contains metadata for the page. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfMetadata"/> object. </value> </member> <member name="P:DevExpress.Pdf.PdfPage.PieceInfo"> <summary> <para>Provides access to a page-piece dictionary associated with the page. </para> </summary> <value>A dictionary, containing the DevExpress.Pdf.PdfPieceInfoEntry objects, along with their <see cref="T:System.String"/> keys. </value> </member> <member name="P:DevExpress.Pdf.PdfPage.PreferredZoomFactor"> <summary> <para>Specifies the page's preferred zoom factor, i.e. the factor by which it shall be scaled to achieve the natural display magnification. </para> </summary> <value>A nullable <see cref="T:System.Double"/> value. </value> </member> <member name="P:DevExpress.Pdf.PdfPage.StructParents"> <summary> <para>Indicates the key of the page's entry in the structural parent tree. </para> </summary> <value>A nullable integer value. </value> </member> <member name="P:DevExpress.Pdf.PdfPage.ThumbnailImage"> <summary> <para>Provides access to a stream object that defines the page's thumbnail image. </para> </summary> <value>A DevExpress.Pdf.PdfImage object. </value> </member> <member name="P:DevExpress.Pdf.PdfPage.Trans"> <summary> <para>Provides access to a transition dictionary describing the transition effect that shall be used when displaying the page during presentations. </para> </summary> <value>A DevExpress.Pdf.PdfPagePresentation object. </value> </member> <member name="P:DevExpress.Pdf.PdfPage.TransparencyGroup"> <summary> <para>Specifies the group attributes dictionary that specifies the attributes of the page's page group for use in the transparent imaging model. </para> </summary> <value>A DevExpress.Pdf.PdfTransparencyGroup object. </value> </member> <member name="P:DevExpress.Pdf.PdfPage.TrimBox"> <summary> <para>Specifies the trim box defining the intended dimensions of the finished page after trimming. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfRectangle"/> object, specifying the trim box. </value> </member> <member name="P:DevExpress.Pdf.PdfPage.UserUnit"> <summary> <para>Indicates the size of default user space units, in multiples of <b>1</b>/<b>72</b> inch. </para> </summary> <value>A <see cref="T:System.Double"/> value. The default value is <b>1.0</b> (user space unit is <b>1</b>/<b>72</b> inch). </value> </member> <member name="T:DevExpress.Pdf.PdfOptionalContentUsage"> <summary> <para>Represents an optional content group's usage that contains information describing the nature of the content controlled by the group. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentUsage.CreatorInfo"> <summary> <para>Gets a value that is used by the creating application to store application-specific data associated with this optional content group. </para> </summary> <value>A PdfOptionalContentUsageCreatorInfo object that contains information that is used by the creating application. </value> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentUsage.ExportState"> <summary> <para>Gets a value that indicates the recommended state for content in this group when the document is saved to a format that does not support optional content (for example, a raster image format). </para> </summary> <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration member that indicates the recommended state for content in this group. </value> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentUsage.IsLanguagePreferred"> <summary> <para>Gets a value that indicates whether a partial match exists between the system language and the language strings in the entire usage. </para> </summary> <value><b>true</b>, if the language is preferred; otherwise <b>false</b>. </value> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentUsage.LanguageCulture"> <summary> <para>Gets the language of the content controlled by this optional content group. </para> </summary> <value>A <see cref="T:System.Globalization.CultureInfo"/> object containing the language of the content. </value> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentUsage.MaxZoom"> <summary> <para>Gets the magnification factor below which the content in this optional content group is best viewed. </para> </summary> <value>A double value that is the magnification factor below which the group will be ON. </value> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentUsage.MinZoom"> <summary> <para>Gets the minimum magnification factor at which the content in this optional content group is best viewed. </para> </summary> <value>A double value that is the minimum magnification factor at which the group will be ON. The default value: <b>0</b>. </value> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentUsage.PageElement"> <summary> <para>Gets a value indicating that the group contains a pagination artifact. </para> </summary> <value>A PdfPageElement enumeration value. </value> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentUsage.PrintContentKind"> <summary> <para>Gets a name specifying the kind of content controlled by the group (e.g.,Trapping, PrintersMarks and Watermark). </para> </summary> <value>A <see cref="T:System.String"/> value that is the name specifying the kind of content controlled by the group. </value> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentUsage.PrintState"> <summary> <para>Gets a value that indicates whether the group is set to either the ON or OFF state when the document is printed. </para> </summary> <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration member that specifies whether the group is set to the state when the document is printed. </value> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentUsage.ViewState"> <summary> <para>Gets a value that indicates whether the group is set to either the ON or OFF state when the document is opened. </para> </summary> <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration member that specifies whether the group is set to the state when the document is opened. </value> </member> <member name="T:DevExpress.Pdf.PdfOptionalContentUsageApplication"> <summary> <para>Represents the optional content usage application. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentUsageApplication.Category"> <summary> <para>Gets names, each of which corresponds to a usage dictionary entry. </para> </summary> <value>A collection of strings that represent names, each of which corresponds to a usage dictionary entry. </value> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentUsageApplication.Event"> <summary> <para>Gets a name defining the situation in which this usage application should be used. </para> </summary> <value>A PdfOptionalContentUsageApplicationEvent enumeration value that defines the situation in which this usage application should be used. </value> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentUsageApplication.Groups"> <summary> <para>Gets optional content groups that will have their states automatically managed based on information in their usage. </para> </summary> <value>A collection of <see cref="T:DevExpress.Pdf.PdfOptionalContentGroup"/> objects that represent optional content groups. </value> </member> <member name="T:DevExpress.Pdf.PdfOptionalContentOrderListMode"> <summary> <para>Lists values that specify which optional content groups in the <see cref="P:DevExpress.Pdf.PdfOptionalContentConfiguration.Order"/> property will be displayed to the user. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfOptionalContentOrderListMode.AllPages"> <summary> <para>Display all groups in the <see cref="P:DevExpress.Pdf.PdfOptionalContentConfiguration.Order"/> property. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfOptionalContentOrderListMode.VisiblePages"> <summary> <para>Display only those groups in the <see cref="P:DevExpress.Pdf.PdfOptionalContentConfiguration.Order"/> property that are referenced by one or more visible pages. </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfOptionalContentOrder"> <summary> <para>Represents the order for presentation of optional content groups. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentOrder.Items"> <summary> <para>Gets items of the optional content that will be displayed in the user interface. </para> </summary> <value>A collection of <see cref="T:DevExpress.Pdf.PdfOptionalContent"/> objects that represent items of the optional content. </value> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentOrder.Name"> <summary> <para>Gets a name of the optional content group displayed in the user interface. </para> </summary> <value>A <see cref="T:System.String"/> value that is the name of the optional content group. </value> </member> <member name="T:DevExpress.Pdf.PdfOptionalContentIntent"> <summary> <para>Lists names that are used to determine which optional content group states to consider and which to ignore in calculating the visibility of content. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfOptionalContentIntent.All"> <summary> <para>Indicates the set of all intents, including those not yet defined. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfOptionalContentIntent.Design"> <summary> <para>Indicates the Design intent name. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfOptionalContentIntent.View"> <summary> <para>Indicates the View intent name. </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfOptionalContentState"> <summary> <para>Lists the states of all the optional content groups in a document when the optional content configuration is applied. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfOptionalContentState.Off"> <summary> <para>The states of all groups will be turned OFF. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfOptionalContentState.On"> <summary> <para>The states of all groups will be turned ON. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfOptionalContentState.Unchanged"> <summary> <para>The states of all groups will be left unchanged. </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfIconScalingType"> <summary> <para>Lists the type of icon scaling within the annotation rectangle. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfIconScalingType.Anamorphic"> <summary> <para>Scale the icon to fill the annotation rectangle exactly, without regard to its original aspect ratio. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfIconScalingType.Proportional"> <summary> <para>Scale the icon to fit the width or height of the annotation rectangle while maintaining the icon's original aspect ratio. </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfIconScalingCircumstances"> <summary> <para>Lists the circumstances under which the icon will be scaled inside the annotation rectangle. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfIconScalingCircumstances.Always"> <summary> <para>Always scale. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfIconScalingCircumstances.BiggerThanAnnotationRectangle"> <summary> <para>Scale only when the icon is bigger than the annotation rectangle. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfIconScalingCircumstances.Never"> <summary> <para>Never scale. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfIconScalingCircumstances.SmallerThanAnnotationRectangle"> <summary> <para>Scale only when the icon is smaller than the annotation rectangle. </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfPattern"> <summary> <para>Represents a color pattern. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfPattern.Matrix"> <summary> <para>Gets a pattern matrix that specifies the transformation from pattern space to user space. </para> </summary> <value>A PdfTransformationMatrix object that represents the pattern matrix. </value> </member> <member name="T:DevExpress.Pdf.PdfOptionalContentConfiguration"> <summary> <para>Represents different presentations of a document's optional content groups. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentConfiguration.BaseState"> <summary> <para>Gets a state value that is used to initialize the states of all the optional content groups in a document when this configuration is applied. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfOptionalContentState"/> enumeration value that initializes the states of all the optional content groups in a document when this configuration is applied. </value> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentConfiguration.Creator"> <summary> <para>Gets the name of the application or feature that created this content configuration. </para> </summary> <value>A <see cref="T:System.String"/> value that is the name of the application or feature. </value> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentConfiguration.Intent"> <summary> <para>Gets intent names that are used to determine which optional content groups' states to consider and which to ignore in calculating the visibility of content. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfOptionalContentIntent"/> enumeration values that list intent names. </value> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentConfiguration.Locked"> <summary> <para>Gets optional content groups that will be locked when this configuration is applied. </para> </summary> <value>A collection of the <see cref="T:DevExpress.Pdf.PdfOptionalContentGroup"/> objects that represent the optional content groups. </value> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentConfiguration.Name"> <summary> <para>Gets the name of the optional content configuration. </para> </summary> <value>A <see cref="T:System.String"/> value that is the configuration name. </value> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentConfiguration.Off"> <summary> <para>Gets optional content groups whose state will be set to OFF when this configuration is applied. </para> </summary> <value>A collection of the <see cref="T:DevExpress.Pdf.PdfOptionalContentGroup"/> objects that represent optional content groups. </value> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentConfiguration.On"> <summary> <para>Gets optional content groups whose state will be set to ON when this configuration is applied. </para> </summary> <value>A collection of the <see cref="T:DevExpress.Pdf.PdfOptionalContentGroup"/> objects that represent optional content groups. </value> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentConfiguration.Order"> <summary> <para>Gets the order for presentation of optional content groups. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfOptionalContentOrder"/> object that is the order for presentation of optional content groups. </value> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentConfiguration.OrderListMode"> <summary> <para>Gets a name specifying which optional content groups in the <see cref="P:DevExpress.Pdf.PdfOptionalContentConfiguration.Order"/> property will be displayed to the user. </para> </summary> <value><see cref="T:DevExpress.Pdf.PdfOptionalContentOrderListMode"/> enumeration values that list the optional content order. </value> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentConfiguration.RadioButtonGroups"> <summary> <para>Gets optional content groups whose states follow a radio button paradigm. </para> </summary> <value>A collection of <see cref="T:DevExpress.Pdf.PdfOptionalContentRadioButtonGroup"/> objects that represent an optional content radio button group. </value> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentConfiguration.UsageApplication"> <summary> <para>Gets the collection of usage applications that specify the rules for which usage entries will be used by users. </para> </summary> <value>A collection of the <see cref="T:DevExpress.Pdf.PdfOptionalContentUsageApplication"/> objects that represent the usage applications. </value> </member> <member name="T:DevExpress.Pdf.PdfOptionalContentGroup"> <summary> <para>Represents the optional content group that is used to control the visibility of graphic objects. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentGroup.Intent"> <summary> <para>Gets a single intent name containing any combination of names. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfOptionalContentIntent"/> enumeration values that list intent names. </value> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentGroup.Name"> <summary> <para>Gets the name of the optional content group. </para> </summary> <value>A <see cref="T:System.String"/> value that is the optional content group name. </value> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentGroup.Usage"> <summary> <para>Gets the content usage describing the nature of the content controlled by the group. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfOptionalContentUsage"/> object that represents the content usage. </value> </member> <member name="T:DevExpress.Pdf.PdfMarkupAnnotation"> <summary> <para>Represents a markup annotation that is used to mark up PDF documents. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfMarkupAnnotation.CreationDate"> <summary> <para>Gets the date when the annotation was created in the document. </para> </summary> <value>A nullable <see cref="T:System.DateTimeOffset"/> structure that is a valid date-time offset. </value> </member> <member name="P:DevExpress.Pdf.PdfMarkupAnnotation.InReplyTo"> <summary> <para>Gets an annotation that requires a reply to another annotation. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfAnnotation"/> object that represents an annotation that requires a reply to another annotation. </value> </member> <member name="P:DevExpress.Pdf.PdfMarkupAnnotation.Intent"> <summary> <para>Gets the name that describes the intent of the markup annotation. </para> </summary> <value>A <see cref="T:System.String"/> value that is the name that describes the markup annotation intent. </value> </member> <member name="P:DevExpress.Pdf.PdfMarkupAnnotation.Opacity"> <summary> <para>Gets the opacity value that is used in painting the annotation. </para> </summary> <value>A double value that is the annotation opacity. </value> </member> <member name="P:DevExpress.Pdf.PdfMarkupAnnotation.Popup"> <summary> <para>Gets a pop-up annotation for entering or editing the text associated with this annotation. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfPopupAnnotation"/> object that is the popup annotation. </value> </member> <member name="P:DevExpress.Pdf.PdfMarkupAnnotation.ReplyType"> <summary> <para>Gets a name specifying the relationship (the reply type) between this annotation and the annotation obtained in the <see cref="P:DevExpress.Pdf.PdfMarkupAnnotation.InReplyTo"/> property. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfMarkupAnnotationReplyType"/> enumeration value that represents the annotation reply type. </value> </member> <member name="P:DevExpress.Pdf.PdfMarkupAnnotation.RichTextData"> <summary> <para>Gets a rich text that is displayed in the pop-up window when the annotation is opened. </para> </summary> <value>A string value that represents the rich text. </value> </member> <member name="P:DevExpress.Pdf.PdfMarkupAnnotation.Subject"> <summary> <para>Gets a description of the subject being addressed by the annotation. </para> </summary> <value>A string value that is the text representing a short description of the subject. </value> </member> <member name="P:DevExpress.Pdf.PdfMarkupAnnotation.Title"> <summary> <para>Gets the text displayed in the title bar of the annotation's pop-up window when the annotation is open and active. </para> </summary> <value>A string value that is the annotation title. </value> </member> <member name="T:DevExpress.Pdf.PdfLineStyle"> <summary> <para>Provides the style settings used to paint the lines in a document. </para> </summary> </member> <member name="M:DevExpress.Pdf.PdfLineStyle.CreateDashed(System.Double,System.Double,System.Double)"> <summary> <para>Creates a dashed guideline style using the dash length, gap length, and dash phase. </para> </summary> <param name="dashLength"> A double value that is the dash length. </param> <param name="gapLength"> A double value that is the gap length. </param> <param name="dashPhase"> A double value that is the dash phase. </param> <returns>A <see cref="T:DevExpress.Pdf.PdfLineStyle"/> object that is the dashed guideline style. </returns> </member> <member name="M:DevExpress.Pdf.PdfLineStyle.CreateDashed(System.Double[],System.Double)"> <summary> <para>Creates a dashed guideline style using the dash pattern and dash phase. </para> </summary> <param name="dashPattern"> An array of double values that represents the dash pattern. </param> <param name="dashPhase"> A double value that is the dash phase. </param> <returns>A <see cref="T:DevExpress.Pdf.PdfLineStyle"/> object that is the dashed guideline style. </returns> </member> <member name="M:DevExpress.Pdf.PdfLineStyle.CreateSolid"> <summary> <para>Create the solid guideline style. </para> </summary> <returns>A <see cref="T:DevExpress.Pdf.PdfLineStyle"/> object that represents the created style. </returns> </member> <member name="P:DevExpress.Pdf.PdfLineStyle.DashPattern"> <summary> <para>Gets a line dash pattern specified by a dash array and a dash phase. </para> </summary> <value>An array of double values that represent the line dash pattern. </value> </member> <member name="P:DevExpress.Pdf.PdfLineStyle.DashPhase"> <summary> <para>Gets the dash phase, which specifies the distance into the dash pattern at which to start the dash. </para> </summary> <value>A double value that is the dash phase. </value> </member> <member name="P:DevExpress.Pdf.PdfLineStyle.IsDashed"> <summary> <para>Gets a value that indicates whether a line is dashed. </para> </summary> <value><b>true</b>, if the line is dashed; otherwise, <b>false</b>. </value> </member> <member name="T:DevExpress.Pdf.PdfWidgetAnnotationTextPosition"> <summary> <para> Lists values that specify the text position of the widget annotation's caption relative to its icon. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfWidgetAnnotationTextPosition.CaptionAboveTheIcon"> <summary> <para>Caption above the icon. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfWidgetAnnotationTextPosition.CaptionBelowTheIcon"> <summary> <para>Caption below the icon. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfWidgetAnnotationTextPosition.CaptionOverlaidDirectlyOnTheIcon"> <summary> <para>Caption overlaid directly on the icon. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfWidgetAnnotationTextPosition.CaptionToTheLeftOfTheIcon"> <summary> <para>Caption to the left of the icon. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfWidgetAnnotationTextPosition.CaptionToTheRightOfTheIcon"> <summary> <para>Caption to the right of the icon </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfWidgetAnnotationTextPosition.NoCaption"> <summary> <para>No caption, icon only. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfWidgetAnnotationTextPosition.NoIcon"> <summary> <para>No icon, caption only. </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfOptionalContentProperties"> <summary> <para>Contains a list of all the optional content groups in the document, as well as information about the default and alternate configurations for optional content. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentProperties.Configurations"> <summary> <para>Gets a collection of alternate optional content configurations. </para> </summary> <value>A collection of <see cref="T:DevExpress.Pdf.PdfOptionalContentConfiguration"/> objects. </value> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentProperties.DefaultConfiguration"> <summary> <para>Gets the default viewing optional content configuration. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfOptionalContentConfiguration"/> object that is the default optional content configuration. </value> </member> <member name="P:DevExpress.Pdf.PdfOptionalContentProperties.Groups"> <summary> <para>Gets a collection of all the optional content groups in the document. </para> </summary> <value>A collection of <see cref="T:DevExpress.Pdf.PdfOptionalContentGroup"/> objects. </value> </member> <member name="T:DevExpress.Pdf.PdfWidgetAppearanceCharacteristics"> <summary> <para>Contains appearance characteristics for constructing the annotation's appearance. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfWidgetAppearanceCharacteristics.AlternateCaption"> <summary> <para>Gets the widget annotation's alternate (down) caption, which shall be displayed when the mouse button is pressed within its active area. </para> </summary> <value>A <see cref="T:System.String"/> value that is the widget annotation's alternate (down) caption. </value> </member> <member name="P:DevExpress.Pdf.PdfWidgetAppearanceCharacteristics.AlternateIcon"> <summary> <para>Gets the widget annotation's alternate (down) icon, which will be displayed when the mouse button is pressed within its active area. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfXObject"/> object that is a form XObject defining the widget annotation's alternate (down) icon. </value> </member> <member name="P:DevExpress.Pdf.PdfWidgetAppearanceCharacteristics.BackgroundColor"> <summary> <para>Gets a value specifying the color of the widget annotation's background. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfColor"/> object that is the color of the widget annotation's background. </value> </member> <member name="P:DevExpress.Pdf.PdfWidgetAppearanceCharacteristics.BorderColor"> <summary> <para>Gets the value specifying the color of the widget annotation's border. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfColor"/> object that is the color of the widget annotation's border. </value> </member> <member name="P:DevExpress.Pdf.PdfWidgetAppearanceCharacteristics.Caption"> <summary> <para>Gets the widget annotation's normal caption, which will be displayed when it is not interacting with the user. </para> </summary> <value>A <see cref="T:System.String"/> value that is the widget annotation's normal caption. </value> </member> <member name="P:DevExpress.Pdf.PdfWidgetAppearanceCharacteristics.IconFit"> <summary> <para>Gets the value specifying how the widget annotation's icon will be displayed within its annotation rectangle. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfIconFit"/> enumeration value that specifies how the widget annotation's icon will be displayed within its annotation rectangle. </value> </member> <member name="P:DevExpress.Pdf.PdfWidgetAppearanceCharacteristics.NormalIcon"> <summary> <para>Gets the widget annotation's normal icon, which will be displayed when it is not interacting with the user. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfXObject"/> object that is the widget annotation's normal icon. </value> </member> <member name="P:DevExpress.Pdf.PdfWidgetAppearanceCharacteristics.RolloverCaption"> <summary> <para>Gets the widget annotation's rollover caption, which will be displayed when the user rolls the cursor into its active area without pressing the mouse button. </para> </summary> <value>A <see cref="T:System.String"/> object that is the widget annotation's rollover caption. </value> </member> <member name="P:DevExpress.Pdf.PdfWidgetAppearanceCharacteristics.RolloverIcon"> <summary> <para>Gets the widget annotation's rollover icon, which will be displayed when the user rolls the cursor into its active area without pressing the mouse button. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfXObject"/> object that is the form XObject defining the widget annotation's rollover icon. </value> </member> <member name="P:DevExpress.Pdf.PdfWidgetAppearanceCharacteristics.RotationAngle"> <summary> <para>Gets the number of degrees by which the widget annotation shall be rotated counterclockwise relative to the page. </para> </summary> <value>An integer value that is the widget annotation rotation angle. </value> </member> <member name="P:DevExpress.Pdf.PdfWidgetAppearanceCharacteristics.TextPosition"> <summary> <para>Gets the text position of the widget annotation's caption relative to its icon. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfWidgetAnnotationTextPosition"/> enumeration value that is the text position of the widget annotation. </value> </member> <member name="T:DevExpress.Pdf.PdfFileSpecification"> <summary> <para>Represents the file specification that gives the name of the target file in a standard format, and can also contain information related to one or more specific file systems. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfFileSpecification.CreationDate"> <summary> <para>Gets the date and time when the file was created. </para> </summary> <value>A nullable <see cref="T:System.DateTimeOffset"/> structure that is a valid date-time offset. </value> </member> <member name="P:DevExpress.Pdf.PdfFileSpecification.Description"> <summary> <para>Gets the descriptive text associated with the file specification. </para> </summary> <value>A string that is a file specification description. </value> </member> <member name="P:DevExpress.Pdf.PdfFileSpecification.FileData"> <summary> <para>Gets the data of the file specification represented as a byte array. </para> </summary> <value>The file content data represented as a byte array. </value> </member> <member name="P:DevExpress.Pdf.PdfFileSpecification.FileName"> <summary> <para>Returns the file name. </para> </summary> <value>A <see cref="T:System.String"/> value that is the file name. </value> </member> <member name="P:DevExpress.Pdf.PdfFileSpecification.FileSystem"> <summary> <para>Gets the name of the file system that is used to interpret this file specification. </para> </summary> <value>A <see cref="T:System.String"/> value that is the name of the file system. </value> </member> <member name="P:DevExpress.Pdf.PdfFileSpecification.Index"> <summary> <para>Gets the zero-based index associated with the file specification. </para> </summary> <value>An integer value that is the zero-based index associated with the file specification. </value> </member> <member name="P:DevExpress.Pdf.PdfFileSpecification.MimeType"> <summary> <para> Gets the MIME type (content type) of the file. </para> </summary> <value>A <see cref="T:System.String"/> that represents the MIME type of the file. </value> </member> <member name="P:DevExpress.Pdf.PdfFileSpecification.ModificationDate"> <summary> <para>Gets the date of the file's last modification. </para> </summary> <value>A nullable <see cref="T:System.DateTimeOffset"/> value that is the date of the file's last modification. </value> </member> <member name="P:DevExpress.Pdf.PdfFileSpecification.Relationship"> <summary> <para>Gets the relationship between the document and the file. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfAssociatedFileRelationship"/> enumeration value that specifies the relationship between the document and the file. </value> </member> <member name="T:DevExpress.Pdf.PdfAnnotationHighlightingMode"> <summary> <para>Lists values that specify the visual effect that will be used when the mouse button is pressed or held down inside its active area. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfAnnotationHighlightingMode.Invert"> <summary> <para>Invert the contents of the annotation rectangle. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfAnnotationHighlightingMode.None"> <summary> <para>No highlighting. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfAnnotationHighlightingMode.Outline"> <summary> <para>Invert the annotation's border. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfAnnotationHighlightingMode.Push"> <summary> <para>Display the annotation as if it was being pushed below the surface of the page. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfAnnotationHighlightingMode.Toggle"> <summary> <para>Display the annotation's down appearance. </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfAnnotationBorderStyle"> <summary> <para>Contains style settings of the annotation's border. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfAnnotationBorderStyle.LineStyle"> <summary> <para>Gets the line style settings of the annotation's border. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfLineStyle"/> object that represents the line style settings of the annotation's border. </value> </member> <member name="P:DevExpress.Pdf.PdfAnnotationBorderStyle.StyleName"> <summary> <para>Gets the name of the style to be applied to the annotation's border. </para> </summary> <value>A <see cref="T:System.String"/> that is the name of the annotation's border style. </value> </member> <member name="P:DevExpress.Pdf.PdfAnnotationBorderStyle.Width"> <summary> <para>Gets the annotation's border width in points. </para> </summary> <value>A double value that is the width of the annotation's border. Default value: <b>1</b>. </value> </member> <member name="T:DevExpress.Pdf.PdfInteractiveFormFieldActions"> <summary> <para>Represents an action that is performed with the interactive form fields. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfInteractiveFormFieldActions.CharacterChanged"> <summary> <para>Gets a JavaScript action that is executed when the user modifies a character in a text field or combo box or modifies the selection in a scrollable list box. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfJavaScriptAction"/> object that represents the JavaScript action that is executed when the user modifies a character. </value> </member> <member name="P:DevExpress.Pdf.PdfInteractiveFormFieldActions.FieldFormatting"> <summary> <para>Gets a JavaScript action that is executed before the field is formatted to display its value. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfJavaScriptAction"/> object that represents the JavaScript action that is executed before the field is formatted to display its value. </value> </member> <member name="P:DevExpress.Pdf.PdfInteractiveFormFieldActions.FieldValueRecalculating"> <summary> <para>Gets a JavaScript action that is performed to recalculate the value of this field when another field is changed. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfJavaScriptAction"/> object that represents the JavaScript action performed to recalculate the value of this field. </value> </member> <member name="P:DevExpress.Pdf.PdfInteractiveFormFieldActions.FiledValueChanged"> <summary> <para>Gets a JavaScript action that is performed when the field's value is changed. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfJavaScriptAction"/> object that represents the JavaScript action performed when the field's value is changed. </value> </member> <member name="T:DevExpress.Pdf.PdfXFAForm"> <summary> <para>Represents an interactive form based on the Adobe XML Forms Architecture (XFA). </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfXFAForm.Content"> <summary> <para>Gets the content of a XFA form. </para> </summary> <value>A <see cref="T:System.String"/> object that represents the content of a XFA form. </value> </member> <member name="T:DevExpress.Pdf.PdfSignatureFlags"> <summary> <para>Lists values that specify various document-level characteristics related to signature fields. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfSignatureFlags.AppendOnly"> <summary> <para>The document contains signatures that may be invalidated if the file is saved (written) in a way that alters its previous contents. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfSignatureFlags.None"> <summary> <para>No signature is applied to the document. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfSignatureFlags.SignaturesExist"> <summary> <para>The document contains at least one signature field. </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfTextJustification"> <summary> <para>Lists the form of justification that is used in laying out the overlay text. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfTextJustification.Centered"> <summary> <para>The centered form of justification is used in displaying the text. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfTextJustification.LeftJustified"> <summary> <para>The left justified form of justification is used in displaying the text. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfTextJustification.RightJustified"> <summary> <para>The right justified form of justification is used in displaying the text. </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfCommand"> <summary> <para>Represents a command. </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfCommandList"> <summary> <para>Represents a list of <see cref="T:DevExpress.Pdf.PdfCommand"/> objects. </para> </summary> </member> <member name="M:DevExpress.Pdf.PdfCommandList.#ctor"> <summary> <para>Initializes a new instance of the PdfCommandList class with default settings. </para> </summary> </member> <member name="M:DevExpress.Pdf.PdfCommandList.#ctor(System.Collections.Generic.IEnumerable`1)"> <summary> <para>Initializes a new instance of the PdfCommandList class with the specified <see cref="T:DevExpress.Pdf.PdfCommand"/> object implementing the <see cref="T:System.Collections.IEnumerable"/> interface. </para> </summary> <param name="commands"> A <see cref="T:DevExpress.Pdf.PdfCommand"/> object implementing the System.Collections.IEnumerable interface that represents the command list. </param> </member> <member name="T:DevExpress.Pdf.PdfJavaScriptAction"> <summary> <para>Represents a JavaScript action that executes a script that is written in the JavaScript programming language. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfJavaScriptAction.JavaScript"> <summary> <para>Gets a JavaScript script. </para> </summary> <value>A <see cref="T:System.String"/> value that is the JavaScript script. </value> </member> <member name="T:DevExpress.Pdf.PdfOptionalContent"> <summary> <para>Represents content in a PDF document that can be selectively viewed or hidden. </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfAnnotationFlags"> <summary> <para>Lists the values specifying various characteristics of the annotation. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfAnnotationFlags.Hidden"> <summary> <para>Do not display or print the annotation or allow a user to interact with the annotation. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfAnnotationFlags.Invisible"> <summary> <para>Do not display the annotation if it does not belong to one of the standard annotation types and no annotation handler is available. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfAnnotationFlags.Locked"> <summary> <para>Do not allow the annotation to be deleted or its properties to be modified by the user. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfAnnotationFlags.LockedContents"> <summary> <para>Do not allow the contents of the annotation to be modified by the user. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfAnnotationFlags.None"> <summary> <para>If active, deactivates all other options. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfAnnotationFlags.NoRotate"> <summary> <para>Do not rotate the annotation's appearance to match the rotation of the page. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfAnnotationFlags.NoView"> <summary> <para>Do not display the annotation on the screen or allow a user to interact with the annotation. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfAnnotationFlags.NoZoom"> <summary> <para>Do not scale the annotation's appearance to match the magnification of the page. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfAnnotationFlags.Print"> <summary> <para>Print the annotation when the page is printed. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfAnnotationFlags.ReadOnly"> <summary> <para>Do not let a user interact with the annotation. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfAnnotationFlags.ToggleNoView"> <summary> <para>Invert the interpretation of the NoView flag for certain events. </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfAnnotationBorder"> <summary> <para>Represents the annotation's border settings. </para> </summary> </member> <member name="M:DevExpress.Pdf.PdfAnnotationBorder.#ctor"> <summary> <para>Initializes a new instance of the PdfAnnotationBorder class with default settings. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfAnnotationBorder.HorizontalCornerRadius"> <summary> <para>Gets the horizontal corner radius of the annotation's border, which will be drawn as a rounded rectangle. </para> </summary> <value>A double value that is the horizontal corner radius of the annotation's border. </value> </member> <member name="P:DevExpress.Pdf.PdfAnnotationBorder.IsDefault"> <summary> <para>Gets a value that defines whether the default appearance of the annotation border is drawn on the page. </para> </summary> <value><b>true</b>, if the annotation border is drawn with the default appearance; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Pdf.PdfAnnotationBorder.LineStyle"> <summary> <para>Gets the line style of the annotation border. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfLineStyle"/> enumeration member that is the annotation border line style. </value> </member> <member name="P:DevExpress.Pdf.PdfAnnotationBorder.LineWidth"> <summary> <para>Gets the thickness of the line to be used in drawing the annotation's border. </para> </summary> <value>A double value that is the line width of the annotation's border. </value> </member> <member name="P:DevExpress.Pdf.PdfAnnotationBorder.VerticalCornerRadius"> <summary> <para>Gets the vertical corner radius of the annotation's border, which will be drawn as a rounded rectangle. </para> </summary> <value>A double value that is the vertical corner radius of the annotation's border. </value> </member> <member name="T:DevExpress.Pdf.PdfColor"> <summary> <para>Represents a color used in the PDF document. </para> </summary> </member> <member name="M:DevExpress.Pdf.PdfColor.#ctor(DevExpress.Pdf.PdfPattern,System.Double[])"> <summary> <para>Initializes a new instance of the PdfColor class with the specified settings. </para> </summary> <param name="pattern"> A <see cref="T:DevExpress.Pdf.PdfPattern"/> object that is the color pattern. </param> <param name="components"> An array of double values that represent the color components. </param> </member> <member name="M:DevExpress.Pdf.PdfColor.#ctor(System.Double[])"> <summary> <para>Initializes a new instance of the PdfColor class with the specified color components. </para> </summary> <param name="components"> An array of double values representing the components in the color space in which the color is defined. </param> </member> <member name="P:DevExpress.Pdf.PdfColor.Components"> <summary> <para>Provides access to an array of numbers in the range from 0.0 to 1.0, representing the components in the color space in which the color is defined. </para> </summary> <value>An array of double numbers in the range from 0.0 to 1.0, representing the components in the color space. </value> </member> <member name="P:DevExpress.Pdf.PdfColor.Pattern"> <summary> <para>Gets the color pattern. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfPattern"/> object. </value> </member> <member name="T:DevExpress.Pdf.PdfTextSearchParameters"> <summary> <para>Specifies the options applied to a text search. </para> </summary> </member> <member name="M:DevExpress.Pdf.PdfTextSearchParameters.#ctor"> <summary> <para>Initializes a new instance of the PdfTextSearchParameters class with default settings. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfTextSearchParameters.CaseSensitive"> <summary> <para>Specifies whether or not to ignore the letter case when searching text in a PDF. </para> </summary> <value><b>true</b>, to take into account the letter case; otherwise <b>false</b>. </value> </member> <member name="P:DevExpress.Pdf.PdfTextSearchParameters.Direction"> <summary> <para>Specifies the direction of text search. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfTextSearchDirection"/> enumeration value, specifying the search direction. </value> </member> <member name="P:DevExpress.Pdf.PdfTextSearchParameters.WholeWords"> <summary> <para>Specifies whether or not to take into account only whole words when searching text in a PDF. </para> </summary> <value><b>true</b>, if whole words should match the search criteria; otherwise <b>false</b>. </value> </member> <member name="T:DevExpress.Pdf.PdfOutlines"> <summary> <para>Represents the root of a document's outline hierarchy. </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfInteractiveFormField"> <summary> <para>Represents interactive form field data (e.g., text boxes, radio buttons, combo boxes) in a document. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfInteractiveFormField.Actions"> <summary> <para>Provides access to actions that define the field's behavior in response to various trigger events. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfInteractiveFormFieldActions"/> object that contains interactive form fields actions. </value> </member> <member name="P:DevExpress.Pdf.PdfInteractiveFormField.AlternateName"> <summary> <para>Gets an alternate name specified for an interactive form field. </para> </summary> <value>A <see cref="T:System.String"/> value that is the alternate name for an interactive form field. </value> </member> <member name="P:DevExpress.Pdf.PdfInteractiveFormField.AppearanceCommands"> <summary> <para>Gets the appearance commands for an interactive form field. </para> </summary> <value>A collection of <see cref="T:DevExpress.Pdf.PdfCommand"/> objects that represent appearance commands. </value> </member> <member name="P:DevExpress.Pdf.PdfInteractiveFormField.DefaultStyle"> <summary> <para>Gets the default style string. </para> </summary> <value>A <see cref="T:System.String"/> value that represents the name of the default style applied to the interactive form. </value> </member> <member name="P:DevExpress.Pdf.PdfInteractiveFormField.Flags"> <summary> <para>Gets flags specifying various document-level characteristics related to interactive form fields. </para> </summary> <value>PdfInteractiveFormFieldsFlags enumeration values that represent flags specifying various document-level characteristics. </value> </member> <member name="P:DevExpress.Pdf.PdfInteractiveFormField.Form"> <summary> <para>Provides access to the contents and properties of a document's interactive form. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfInteractiveForm"/> object that represents the document's interactive form. </value> </member> <member name="P:DevExpress.Pdf.PdfInteractiveFormField.Kids"> <summary> <para>Gets the collection of interactive form field children. </para> </summary> <value>A collection of the <see cref="T:DevExpress.Pdf.PdfInteractiveFormField"/> objects containing the immediate children of the interactive form field. </value> </member> <member name="P:DevExpress.Pdf.PdfInteractiveFormField.MappingName"> <summary> <para>Gets the mapping name that is used when exporting interactive form field data from the document. </para> </summary> <value>A <see cref="T:System.String"/> value that represents the mapping name. </value> </member> <member name="P:DevExpress.Pdf.PdfInteractiveFormField.Name"> <summary> <para>Gets the partial field name. </para> </summary> <value>A <see cref="T:System.String"/> value that is the partial field name. </value> </member> <member name="P:DevExpress.Pdf.PdfInteractiveFormField.Parent"> <summary> <para>Gets the parent of the field in the interactive form field hierarchy. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfInteractiveFormField"/> object that represents the parent of the interactive form field. </value> </member> <member name="P:DevExpress.Pdf.PdfInteractiveFormField.RichTextData"> <summary> <para>Gets the rich text string that contains formatting (style) information. </para> </summary> <value>A <see cref="T:System.String"/> value that is the rich text data. </value> </member> <member name="P:DevExpress.Pdf.PdfInteractiveFormField.TextJustification"> <summary> <para>Gets the form of quadding (justification) that is used in displaying the text. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfTextJustification"/> object that represents the form of text justification. </value> </member> <member name="P:DevExpress.Pdf.PdfInteractiveFormField.Widget"> <summary> <para>Gets the widget annotation associated with the interactive form field. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfWidgetAnnotation"/> object that is the widget annotation. </value> </member> <member name="T:DevExpress.Pdf.PdfInteractiveForm"> <summary> <para>An interactive form (AcroForm) that represents a collection of fields for gathering information interactively from the user. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfInteractiveForm.DefaultAppearanceCommands"> <summary> <para>Gets a collection of default appearance commands. </para> </summary> <value>A collection of <see cref="T:DevExpress.Pdf.PdfCommand"/> objects. </value> </member> <member name="P:DevExpress.Pdf.PdfInteractiveForm.DefaultTextJustification"> <summary> <para>Gets the default justification that is used in displaying the annotation's text. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfTextJustification"/> enumeration value that represents the default text justification. </value> </member> <member name="P:DevExpress.Pdf.PdfInteractiveForm.Fields"> <summary> <para>Gets the document's root fields. </para> </summary> <value>A collection of <see cref="T:DevExpress.Pdf.PdfInteractiveFormField"/> objects that contain the document's root fields. </value> </member> <member name="P:DevExpress.Pdf.PdfInteractiveForm.NeedAppearances"> <summary> <para>Gets a value that indicates whether to construct appearance streams and appearance dictionaries for all widget annotations in the document. </para> </summary> <value><b>true</b> to construct appearance streams and appearance dictionaries for all widget annotations; otherwise <b>false</b>. Default value: <b>false</b>. </value> </member> <member name="P:DevExpress.Pdf.PdfInteractiveForm.SignatureFlags"> <summary> <para>Gets flags specifying various document-level characteristics related to signature fields. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfSignatureFlags"/> enumeration values that represent the signature flags. </value> </member> <member name="P:DevExpress.Pdf.PdfInteractiveForm.XFAForm"> <summary> <para>Gets an XFA form. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfXFAForm"/> object that represents the XFA form. </value> </member> <member name="T:DevExpress.Pdf.PdfTextAnnotation"> <summary> <para>Represents a text annotation (a "sticky note" attached to a point in a document). </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfTextAnnotation.IconName"> <summary> <para>Gets the name of an icon that will be used in displaying the annotation. </para> </summary> <value>A <see cref="T:System.String"/> value that is the name of a text annotation icon. </value> </member> <member name="P:DevExpress.Pdf.PdfTextAnnotation.IsOpened"> <summary> <para>Gets a value that indicates whether the annotation is opened on the page. </para> </summary> <value><b>true</b> if the annotation is opened on the page; otherwise <b>false</b>. </value> </member> <member name="P:DevExpress.Pdf.PdfTextAnnotation.State"> <summary> <para>Gets the annotation state. </para> </summary> <value>A <see cref="T:System.String"/> object that represents the annotation state. </value> </member> <member name="P:DevExpress.Pdf.PdfTextAnnotation.StateModel"> <summary> <para>Gets a model corresponding to the specific annotation state. </para> </summary> <value>A string that represents the state model of the annotation. </value> </member> <member name="T:DevExpress.Pdf.PdfPopupAnnotation"> <summary> <para>Represents a pop-up annotation that displays text in a pop-up window for editing the annotation text. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfPopupAnnotation.Open"> <summary> <para>Gets the value that indicates whether the popup annotation is opened on the page. </para> </summary> <value><b>true</b> if the popup annotation is opened on the page; otherwise <b>false</b>. </value> </member> <member name="P:DevExpress.Pdf.PdfPopupAnnotation.Parent"> <summary> <para>Gets the parent of the popup annotation item in the annotation hierarchy. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfAnnotation"/> object that represents the popup annotation parent. </value> </member> <member name="T:DevExpress.Pdf.PdfLinkAnnotation"> <summary> <para>Represents the link annotation (a hypertext link to a destination) in a document. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfLinkAnnotation.Action"> <summary> <para>Provides access to the link annotation action being executed. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfAction"/> object that is an action that is performed with the link annotation. </value> </member> <member name="P:DevExpress.Pdf.PdfLinkAnnotation.BorderStyle"> <summary> <para>Gets the annotation border style specifying the line width and dash pattern to be used in drawing the annotation's border. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfAnnotationBorderStyle"/> object that contains properties to specify the annotation border style. </value> </member> <member name="P:DevExpress.Pdf.PdfLinkAnnotation.Destination"> <summary> <para>Gets a destination that will be displayed when the annotation is activated. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfDestination"/> object that is the link annotation destination. </value> </member> <member name="P:DevExpress.Pdf.PdfLinkAnnotation.HighlightingMode"> <summary> <para>Gets the link annotation's highlighting mode. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfAnnotationHighlightingMode"/> enumeration value that represents the visual effect that will be used when the mouse button is pressed or held down inside its active area. </value> </member> <member name="P:DevExpress.Pdf.PdfLinkAnnotation.Region"> <summary> <para>Gets the region in which the annotation link should be activated. </para> </summary> <value>A list of <see cref="T:DevExpress.Pdf.PdfQuadrilateral"/> objects that represent the coordinates of quadrilaterals in the default user space that comprises the region. </value> </member> <member name="P:DevExpress.Pdf.PdfLinkAnnotation.UriAction"> <summary> <para>Gets a URI action that is associated with the annotation. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfUriAction"/> object that is the URI action. </value> </member> <member name="T:DevExpress.Pdf.PdfWidgetAnnotation"> <summary> <para>Represents the widget annotation for the interactive forms in a document. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfWidgetAnnotation.Action"> <summary> <para>Gets an action that will be performed when the widget annotation is active. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfAction"/> object that is the widget annotation action. </value> </member> <member name="P:DevExpress.Pdf.PdfWidgetAnnotation.Actions"> <summary> <para>Gets actions that will be performed when the annotation is activated. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfAnnotationActions"/> object that represents actions that will be performed when the annotation is activated. </value> </member> <member name="P:DevExpress.Pdf.PdfWidgetAnnotation.AppearanceCharacteristics"> <summary> <para>Gets the appearance characteristics specifying the widget annotation's visual presentation on the page. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfWidgetAppearanceCharacteristics"/> object that represents the appearance characteristics of the widget annotation. </value> </member> <member name="P:DevExpress.Pdf.PdfWidgetAnnotation.BorderStyle"> <summary> <para>Gets a value specifying the width and line style that shall be used in drawing the widget annotation's border. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfAnnotationBorderStyle"/> object that represents the widget annotation border style. </value> </member> <member name="P:DevExpress.Pdf.PdfWidgetAnnotation.HighlightingMode"> <summary> <para>Gets the widget annotation's highlighting mode - the visual effect that shall be used when the mouse button is pressed or held down inside its active area. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfAnnotationHighlightingMode"/> enumeration value that represents the widget annotation's highlighting mode. </value> </member> <member name="P:DevExpress.Pdf.PdfWidgetAnnotation.InteractiveFormField"> <summary> <para>Gets an interactive form field that the widget annotation used to represent the appearance of fields and to manage user interactions. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfInteractiveFormField"/> object that is the interactive form field for the widget annotation. </value> </member> <member name="T:DevExpress.Pdf.PdfAnnotation"> <summary> <para>Represents an annotation that is used for adding text notes and other ancillary information to the document. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfAnnotation.Appearance"> <summary> <para>Gets the annotation's appearance state on the PDF form. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfAnnotationAppearances"/> object that represents the current annotation's appearance state on the PDF form. </value> </member> <member name="P:DevExpress.Pdf.PdfAnnotation.AppearanceName"> <summary> <para>Gets or sets the name of the appearance which is currently being used to draw the annotation on the PDF form. </para> </summary> <value>A <see cref="T:System.String"/> value that is the appearance name. </value> </member> <member name="P:DevExpress.Pdf.PdfAnnotation.Border"> <summary> <para>Gets the annotation's border, which will be drawn as a rounded rectangle. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfAnnotationBorder"/> object that represents the annotation's border. </value> </member> <member name="P:DevExpress.Pdf.PdfAnnotation.Color"> <summary> <para>Gets the color of the annotation. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfColor"/> object that is the annotation color. </value> </member> <member name="P:DevExpress.Pdf.PdfAnnotation.Contents"> <summary> <para>Gets the text that will be displayed for the annotation on the PDF form. </para> </summary> <value>A <see cref="T:System.String"/> value that is the text that will be displayed for the annotation. </value> </member> <member name="P:DevExpress.Pdf.PdfAnnotation.Flags"> <summary> <para>Gets a set of flags specifying various characteristics of the annotation. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfAnnotationFlags"/> object that represents a set of annotation flags. </value> </member> <member name="P:DevExpress.Pdf.PdfAnnotation.Modified"> <summary> <para>Gets the date and time when the annotation was most recently modified. </para> </summary> <value>A <see cref="T:System.DateTimeOffset"/> structure. </value> </member> <member name="P:DevExpress.Pdf.PdfAnnotation.Name"> <summary> <para>Gets the annotation name. </para> </summary> <value>A <see cref="T:System.String"/> value that defines the string that identifies the annotation on the page. </value> </member> <member name="P:DevExpress.Pdf.PdfAnnotation.OptionalContent"> <summary> <para>Gets the optional content specifying the optional content properties for the annotation. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfOptionalContent"/> object that is the optional content for the annotation. </value> </member> <member name="P:DevExpress.Pdf.PdfAnnotation.Page"> <summary> <para>Gets the page with which the annotation is associated. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfPage"/> object that is the individual page in the document. </value> </member> <member name="P:DevExpress.Pdf.PdfAnnotation.Rect"> <summary> <para>Gets the annotation rectangle that defines the location of the annotation on the page in default user space units. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfRectangle"/> object that represents the annotation rectangle on the page. </value> </member> <member name="P:DevExpress.Pdf.PdfAnnotation.StructParent"> <summary> <para>Gets the integer key of the annotation's entry in the structural parent tree. </para> </summary> <value>A nullable integer value specifying the key of the annotation's entry. </value> </member> <member name="T:DevExpress.Pdf.PdfResetFormAction"> <summary> <para>An action that resets selected interactive form fields to their default values. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfResetFormAction.ExcludeFields"> <summary> <para>Gets a value that indicates whether to exclude fields obtained in the <see cref="P:DevExpress.Pdf.PdfResetFormAction.Fields"/> property from resetting. </para> </summary> <value>if <b>true</b> all fields in the document's interactive form will be reset except those listed in the <see cref="P:DevExpress.Pdf.PdfResetFormAction.Fields"/> property; otherwise <b>false</b>. </value> </member> <member name="P:DevExpress.Pdf.PdfResetFormAction.Fields"> <summary> <para>Gets a collection of fields that indicate which fields to reset or which to exclude from resetting, depending on the value of the <see cref="P:DevExpress.Pdf.PdfResetFormAction.ExcludeFields"/> property. </para> </summary> <value>A collection of the <see cref="T:DevExpress.Pdf.PdfInteractiveFormField"/> objects that represent fields. </value> </member> <member name="T:DevExpress.Pdf.PdfJumpAction"> <summary> <para>Serves as the base for classes that allow jumping to a destination in the current document (<see cref="T:DevExpress.Pdf.PdfGoToAction"/>) or a destination in another PDF file (<see cref="T:DevExpress.Pdf.PdfRemoteGoToAction"/>). </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfJumpAction.Destination"> <summary> <para>Gets the destination that will be displayed when the action is performed. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfDestination"/> object that represents the destination. </value> </member> <member name="T:DevExpress.Pdf.PdfRemoteGoToAction"> <summary> <para>An action that jumps to a destination in another PDF file instead of the current file. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfRemoteGoToAction.FileSpecification"> <summary> <para>Gets the file in which the destination will be located. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfFileSpecification"/> object that represents the file in which the destination will be located. </value> </member> <member name="P:DevExpress.Pdf.PdfRemoteGoToAction.OpenInNewWindow"> <summary> <para>Gets a value that indicates whether to open the destination document in a new window. </para> </summary> <value><b>true</b> to open the destination document in a new window; otherwise <b>false</b>. </value> </member> <member name="T:DevExpress.Pdf.PdfGoToAction"> <summary> <para>An action that changes the view to a specified destination (page, location, and magnification factor). </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfUriAction"> <summary> <para>Represents a URI (uniform resource identifier) action associated with the annotation. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfUriAction.IsMap"> <summary> <para>Gets a value that determines whether to track the mouse position when the URI is resolved. </para> </summary> <value><b>true</b> to track the mouse position when the URI is resolved; otherwise <b>false</b>. Default value: <b>false</b>. </value> </member> <member name="P:DevExpress.Pdf.PdfUriAction.Uri"> <summary> <para>Returns the URI (uniform resource identifier) action that causes a URI to be resolved. </para> </summary> <value>A string that identifies a resource on the Internet. </value> </member> <member name="T:DevExpress.Pdf.PdfNamedAction"> <summary> <para>Represents a named action. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfNamedAction.ActionName"> <summary> <para>The name of the named action that should be performed. </para> </summary> <value>A <see cref="T:System.String"/> value that is the name of the action. </value> </member> <member name="T:DevExpress.Pdf.PdfOutlineItem"> <summary> <para>Represents an outline item in the tree-structured hierarchy of outlines. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfOutlineItem.Closed"> <summary> <para>Gets or sets a value that indicates whether the outline item is closed when it is displayed on the screen. </para> </summary> <value><b>true</b>, if the outline item is hidden (closed); otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Pdf.PdfOutlineItem.Count"> <summary> <para>Gets the total number of visible outline items at all levels of the outline. </para> </summary> <value>An integer value that is the outline items count. </value> </member> <member name="P:DevExpress.Pdf.PdfOutlineItem.First"> <summary> <para>Gets the first top-level item in the outline. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfOutline"/> object that is the first top-level item in the outline. </value> </member> <member name="P:DevExpress.Pdf.PdfOutlineItem.Last"> <summary> <para>Gets the last top-level item in the outline. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfOutline"/> object that is the last top-level item in the outline. </value> </member> <member name="T:DevExpress.Pdf.PdfOutline"> <summary> <para>Represents a document outline that allows the user to navigate interactively from one part of the document to another. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfOutline.Action"> <summary> <para>Provides access to the action that should be performed when the outline item is activated. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfAction"/> object that is an action that is performed with outlines. </value> </member> <member name="P:DevExpress.Pdf.PdfOutline.Color"> <summary> <para>Gets the color of the outline entry's text in the navigation pane. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfColor"/> object that represents the color for an outline entry's text. </value> </member> <member name="P:DevExpress.Pdf.PdfOutline.Destination"> <summary> <para>Gets a destination (a particular view of a document), which is displayed when an outline item is activated. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfDestination"/> object that is an outline destination. </value> </member> <member name="P:DevExpress.Pdf.PdfOutline.IsBold"> <summary> <para>Gets a value indicating whether the outline's text is formatted as bold. </para> </summary> <value><b>true</b>, if the outline's text is bold; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Pdf.PdfOutline.IsItalic"> <summary> <para>Gets the value indicating whether the outline's text is formatted as italic. </para> </summary> <value><b>true</b>, if the outline's text is italic; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Pdf.PdfOutline.Next"> <summary> <para>Gets the next item at the outline level. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfOutline"/> object that is the next outline item. </value> </member> <member name="P:DevExpress.Pdf.PdfOutline.Parent"> <summary> <para>Gets the parent of the outline item in the outline hierarchy. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfOutlineItem"/> object that represents the parent of the outline item. </value> </member> <member name="P:DevExpress.Pdf.PdfOutline.Prev"> <summary> <para>Gets the previous item at the outline level. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfOutline"/> object that is the previous outline item. </value> </member> <member name="P:DevExpress.Pdf.PdfOutline.Title"> <summary> <para>Gets the text that is displayed for the outline item. </para> </summary> <value>A string that is displayed on the screen for the outline item. </value> </member> <member name="T:DevExpress.Pdf.PdfDocumentActions"> <summary> <para>Represents an action that is performed with a document. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfDocumentActions.DocumentClosing"> <summary> <para>Gets an action performed when the document is closing. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfJavaScriptAction"/> object that represents the document closing action. </value> </member> <member name="P:DevExpress.Pdf.PdfDocumentActions.DocumentPrinted"> <summary> <para>Gets an action performed when the document is printed. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfJavaScriptAction"/> object that represents the action. </value> </member> <member name="P:DevExpress.Pdf.PdfDocumentActions.DocumentPrinting"> <summary> <para>Gets an action that is performed when the document is printing. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfJavaScriptAction"/> object that represents the action. </value> </member> <member name="P:DevExpress.Pdf.PdfDocumentActions.DocumentSaved"> <summary> <para>Gets an action performed when the document is saved. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfJavaScriptAction"/> object that represents the action. </value> </member> <member name="P:DevExpress.Pdf.PdfDocumentActions.DocumentSaving"> <summary> <para>Gets an action that is performed when the document is saving. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfJavaScriptAction"/> object that represents the action. </value> </member> <member name="T:DevExpress.Pdf.PdfStringTrimming"> <summary> <para>Specifies how to trim characters from a string that does not completely fit into a layout shape. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfStringTrimming.Character"> <summary> <para>The text is trimmed to the nearest character. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfStringTrimming.EllipsisCharacter"> <summary> <para>The text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfStringTrimming.EllipsisWord"> <summary> <para>The text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfStringTrimming.None"> <summary> <para>Specifies no trimming. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfStringTrimming.Word"> <summary> <para> The text is trimmed to the nearest word. </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfHotkeyPrefix"> <summary> <para>Specifies the type of display for hot-key prefixes that relate to text. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfHotkeyPrefix.Hide"> <summary> <para>Do not display the hot-key prefix. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfHotkeyPrefix.None"> <summary> <para>No hot-key prefix. </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfStringAlignment"> <summary> <para>Specifies the alignment of a text string relative to its layout rectangle. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfStringAlignment.Center"> <summary> <para>The text is aligned in the center of the layout rectangle. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfStringAlignment.Far"> <summary> <para>The text is aligned far from the original position of the layout rectangle. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfStringAlignment.Near"> <summary> <para> The text is aligned near the layout. </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfStringFormatFlags"> <summary> <para>Specifies the display and layout information for text strings. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfStringFormatFlags.LineLimit"> <summary> <para>Only entire lines are laid out in the formatting rectangle. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfStringFormatFlags.MeasureTrailingSpaces"> <summary> <para>Includes the trailing space at the end of each line. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfStringFormatFlags.NoClip"> <summary> <para>Overhanging parts of glyphs, and unwrapped text reaching outside the formatting rectangle are allowed to be displayed. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfStringFormatFlags.NoWrap"> <summary> <para>Text wrapping between lines when formatting within a rectangle is disabled. This flag is implied when a point is passed instead of a rectangle, or when the specified rectangle has a zero line length. </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfStringFormat"> <summary> <para>Contains settings to format strings in a document. </para> </summary> </member> <member name="M:DevExpress.Pdf.PdfStringFormat.#ctor(DevExpress.Pdf.PdfStringFormat)"> <summary> <para>Initializes a new instance of the PdfStringFormat class with the specified string format. </para> </summary> <param name="format"> A <see cref="T:DevExpress.Pdf.PdfStringFormat"/> object. </param> </member> <member name="M:DevExpress.Pdf.PdfStringFormat.#ctor(DevExpress.Pdf.PdfStringFormatFlags)"> <summary> <para>Initializes a new instance of the PdfStringFormat class with the specified string format flags. </para> </summary> <param name="formatFlags"> A <see cref="T:DevExpress.Pdf.PdfStringFormatFlags"/> enumeration value. </param> </member> <member name="M:DevExpress.Pdf.PdfStringFormat.#ctor"> <summary> <para>Initializes a new instance of the PdfStringFormat class with default settings. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfStringFormat.Alignment"> <summary> <para>Gets or sets the horizontal alignment of the string. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfStringAlignment"/> enumeration that specifies the horizontal alignment of the string. </value> </member> <member name="M:DevExpress.Pdf.PdfStringFormat.Clone"> <summary> <para>Creates a copy of this <see cref="T:DevExpress.Pdf.PdfStringFormat"/> object. </para> </summary> <returns>The <see cref="T:DevExpress.Pdf.PdfStringFormat"/> object this method creates. </returns> </member> <member name="P:DevExpress.Pdf.PdfStringFormat.FormatFlags"> <summary> <para>Gets or sets a <see cref="T:DevExpress.Pdf.PdfStringFormatFlags"/> enumeration that contains format information. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfStringFormatFlags"/> enumeration that contains format information. </value> </member> <member name="P:DevExpress.Pdf.PdfStringFormat.GenericDefault"> <summary> <para>Gets a generic default <see cref="T:DevExpress.Pdf.PdfStringFormat"/> object. </para> </summary> <value>The generic default <see cref="T:DevExpress.Pdf.PdfStringFormat"/> object. </value> </member> <member name="P:DevExpress.Pdf.PdfStringFormat.GenericTypographic"> <summary> <para>Gets a generic typographic <see cref="T:DevExpress.Pdf.PdfStringFormat"/> object. </para> </summary> <value>A generic typographic <see cref="T:DevExpress.Pdf.PdfStringFormat"/> object. </value> </member> <member name="P:DevExpress.Pdf.PdfStringFormat.HotkeyPrefix"> <summary> <para>Gets or sets the <see cref="T:DevExpress.Pdf.PdfHotkeyPrefix"/> object for this <see cref="T:DevExpress.Pdf.PdfStringFormat"/> object. </para> </summary> <value>The <see cref="T:DevExpress.Pdf.PdfHotkeyPrefix"/> object. </value> </member> <member name="P:DevExpress.Pdf.PdfStringFormat.LeadingMarginFactor"> <summary> <para>Gets or sets a value that is the fraction of the font em-size used as both horizontal and vertical leading string margins. </para> </summary> <value>A double value that is the fraction of the font em-size used as both horizontal and vertical leading string margins. </value> </member> <member name="P:DevExpress.Pdf.PdfStringFormat.LineAlignment"> <summary> <para>Specifies the vertical alignment of the string. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfStringAlignment"/> enumeration that represents the vertical alignment of the string. </value> </member> <member name="P:DevExpress.Pdf.PdfStringFormat.TrailingMarginFactor"> <summary> <para>Gets or sets a value that is the fraction of the font em-size used as the horizontal trailing string margin. </para> </summary> <value>A double value that is the fraction of the font em-size used as the horizontal trailing string margin. </value> </member> <member name="P:DevExpress.Pdf.PdfStringFormat.Trimming"> <summary> <para>Gets or sets the <see cref="T:DevExpress.Pdf.PdfStringTrimming"/> enumeration for this <see cref="T:DevExpress.Pdf.PdfStringFormat"/> object. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfStringTrimming"/> enumeration that indicates how text is trimmed when it exceeds the edges of the layout rectangle. </value> </member> <member name="T:DevExpress.Pdf.PdfAssociatedFileRelationship"> <summary> <para>Lists the values used to specify the type of relationship between the document and the attached file. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfAssociatedFileRelationship.Alternative"> <summary> <para>The attached file specification has an alternative representation of the content (e.g., audio). </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfAssociatedFileRelationship.Data"> <summary> <para>The attached file represents information used to derive a visual presentation (e.g. for a table or a graph). </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfAssociatedFileRelationship.EncryptedPayload"> <summary> <para>The file specification is an encrypted payload document that should be displayed to the user if the PDF Document Processor has the cryptographic filter needed to decrypt the document. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfAssociatedFileRelationship.Source"> <summary> <para>The attached file has the original source material for the associated content. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfAssociatedFileRelationship.Supplement"> <summary> <para> The attached file represents a supplemental representation of the original source or data. </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfAction"> <summary> <para>An action that is performed with interactive elements (e.g., bookmarks, annotations) in the PDF document. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfAction.Next"> <summary> <para>Gets the next action that is performed after the action from the list of <see cref="T:DevExpress.Pdf.PdfAction"/> objects. </para> </summary> <value>A list of <see cref="T:DevExpress.Pdf.PdfAction"/> objects that is the sequence of actions that should be performed. </value> </member> <member name="T:DevExpress.Pdf.PdfRGBColor"> <summary> <para>Represents the intensity of red, green, and blue colors on a scale of 0 to 255. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfRGBColor.B"> <summary> <para>Gets or sets the intensity of the blue color from the RGB color model. </para> </summary> <value>A double value that is the intensity of the blue color on a scale of 0 to 255. </value> </member> <member name="P:DevExpress.Pdf.PdfRGBColor.G"> <summary> <para>Gets or sets the intensity of the green color from the RGB color model. </para> </summary> <value>A double value that is the intensity of the green color on a scale of 0 to 255. </value> </member> <member name="P:DevExpress.Pdf.PdfRGBColor.R"> <summary> <para>Gets or sets the intensity of the red color from the RGB color model. </para> </summary> <value>A double value that is the intensity of the red color on a scale of 0 to 255. </value> </member> <member name="T:DevExpress.Pdf.PdfFileAttachment"> <summary> <para>Represents an attachment where a file can be embedded to a PDF document. </para> </summary> </member> <member name="M:DevExpress.Pdf.PdfFileAttachment.#ctor"> <summary> <para>Initializes a new instance of the PdfFileAttachment class with default settings. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfFileAttachment.CreationDate"> <summary> <para>Gets or sets date when the file attachment was created in the document. </para> </summary> <value>A nullable <see cref="T:System.DateTimeOffset"/> structure that is a valid date-time offset. </value> </member> <member name="P:DevExpress.Pdf.PdfFileAttachment.Data"> <summary> <para>Gets or sets the data of the attached file represented as a byte array. </para> </summary> <value>The file content data represented as a byte array. </value> </member> <member name="P:DevExpress.Pdf.PdfFileAttachment.Description"> <summary> <para>Specifies the description for the attached file shown in the Attachments panel of a PDF Viewer. </para> </summary> <value>A string that is an attached file description. </value> </member> <member name="P:DevExpress.Pdf.PdfFileAttachment.FileName"> <summary> <para>Gets or sets the attached file name. </para> </summary> <value>A string value that is the name of an attached file. </value> </member> <member name="P:DevExpress.Pdf.PdfFileAttachment.MimeType"> <summary> <para>Gets or sets the MIME type (content type) of the attached file. </para> </summary> <value>A <see cref="T:System.String"/> that represents the MIME type of the attached file. </value> </member> <member name="P:DevExpress.Pdf.PdfFileAttachment.ModificationDate"> <summary> <para>Gets or sets the date of the attachment file's last modification. </para> </summary> <value>A nullable <see cref="T:System.DateTimeOffset"/> value that is the date of the attachment file's last modification. </value> </member> <member name="P:DevExpress.Pdf.PdfFileAttachment.Relationship"> <summary> <para>Gets or sets the relationship between the document and the attachment file. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfAssociatedFileRelationship"/> enumeration value that specifies the relationship between the document and the attachment file. </value> </member> <member name="T:DevExpress.Pdf.PdfDestination"> <summary> <para>Represents a destination (a particular view of a document) to which a document target (e.g. a bookmark) is referred to. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfDestination.Page"> <summary> <para>Gets the page of a document where the corresponding destination is located. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfPage"/> object that is the page where the destination is located. </value> </member> <member name="P:DevExpress.Pdf.PdfDestination.PageIndex"> <summary> <para>Gets the zero-based index of a page where the destination is located. </para> </summary> <value>An integer value that is the zero-based index of the destination page. </value> </member> <member name="T:DevExpress.Pdf.PdfCreationOptions"> <summary> <para>Represents document creation options. </para> </summary> </member> <member name="M:DevExpress.Pdf.PdfCreationOptions.#ctor"> <summary> <para>Initializes a new instance of the PdfCreationOptions class with default settings. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfCreationOptions.Compatibility"> <summary> <para>Gets or sets the compatibility mode of a document. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfCompatibility"/> enumeration value that specifies the compatibility mode of a document. </value> </member> <member name="P:DevExpress.Pdf.PdfCreationOptions.DisableEmbeddingAllFonts"> <summary> <para>Gets or sets a value that specifies whether to prohibit embedding all fonts in a PDF document. </para> </summary> <value><b>true</b>, to disable embedding all fonts in the PDF; otherwise <b>false</b>. </value> </member> <member name="P:DevExpress.Pdf.PdfCreationOptions.NotEmbeddedFontFamilies"> <summary> <para>Gets or sets a list of font families that are not embedded. </para> </summary> <value>A string list representing the collection of font families that are not embedded in a document. </value> </member> <member name="T:DevExpress.Pdf.PdfCompatibility"> <summary> <para>Lists the values specifying the compatibility mode of a document. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfCompatibility.Pdf"> <summary> <para>The document supports the ISO 32000-1:2008 standard. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfCompatibility.PdfA2b"> <summary> <para>The document supports the ISO 19005-2:2011 standard. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfCompatibility.PdfA3b"> <summary> <para>The document supports the ISO 19005-3:2012 standard. </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfDocumentInteractivityPermissions"> <summary> <para>Lists the values used to specify the permission to protect a PDF document in interactive operations. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfDocumentInteractivityPermissions.Allowed"> <summary> <para>Permit interactive operations in the PDF document. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfDocumentInteractivityPermissions.FormFillingAndSigning"> <summary> <para>Prohibit interactive operations in the PDF document except AcroForm filling and signing. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfDocumentInteractivityPermissions.NotAllowed"> <summary> <para>Prohibit all interactive operations in the PDF document. </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfFormData"> <summary> <para>Contains data values stored in the PDF Form. </para> </summary> </member> <member name="M:DevExpress.Pdf.PdfFormData.#ctor(System.IO.Stream,DevExpress.Pdf.PdfFormDataFormat)"> <summary> <para>Initializes a new instance of the PdfFormData class with the predefined stream and data format. </para> </summary> <param name="stream"> A <see cref="T:System.IO.Stream"/> class descendant containing a PDF file. </param> <param name="format"> A <see cref="T:DevExpress.Pdf.PdfFormDataFormat"/> enumeration value specifying the format in which form values are stored. </param> </member> <member name="M:DevExpress.Pdf.PdfFormData.#ctor(System.String,DevExpress.Pdf.PdfFormDataFormat)"> <summary> <para>Initializes a new instance of the PdfFormData class with the predefined file name and data format. </para> </summary> <param name="fileName"> A <see cref="T:System.String"/> containing the path to the PDF file. </param> <param name="format"> A <see cref="T:DevExpress.Pdf.PdfFormDataFormat"/> enumeration value specifying the format in which form values are stored. </param> </member> <member name="M:DevExpress.Pdf.PdfFormData.#ctor(System.String)"> <summary> <para>Initializes a new instance of the PdfFormData class with the predefined file name. </para> </summary> <param name="fileName"> A <see cref="T:System.String"/> containing the path to the PDF file. </param> </member> <member name="M:DevExpress.Pdf.PdfFormData.#ctor(System.IO.Stream)"> <summary> <para>Initializes a new instance of the PdfFormData class with the predefined stream. </para> </summary> <param name="stream"> A <see cref="T:System.IO.Stream"/> class descendant containing a PDF file. </param> </member> <member name="M:DevExpress.Pdf.PdfFormData.#ctor"> <summary> <para>Initializes a new instance of the PdfFormData class with default settings. </para> </summary> </member> <member name="M:DevExpress.Pdf.PdfFormData.GetFieldNames"> <summary> <para>Returns the name of all fields contained in this PDF form. </para> </summary> <returns>A list of <see cref="T:System.String"/> values. </returns> </member> <member name="P:DevExpress.Pdf.PdfFormData.Item(System.String)"> <summary> <para>Returns an individual field by its name on the PDF Form. </para> </summary> <param name="name"> A string representing the field name. </param> <value>A <see cref="T:DevExpress.Pdf.PdfFormData"/> object. </value> </member> <member name="P:DevExpress.Pdf.PdfFormData.Name"> <summary> <para>Returns the name of the field represented by this PdfFormData object. </para> </summary> <value>A <see cref="T:System.String"/> value. </value> </member> <member name="M:DevExpress.Pdf.PdfFormData.Save(System.IO.Stream,DevExpress.Pdf.PdfFormDataFormat)"> <summary> <para>Save the current PDF Form into a stream. </para> </summary> <param name="stream"> A <see cref="T:System.IO.Stream"/> class descendant, specifying the stream into which the PDF Form should be saved. </param> <param name="format"> A <see cref="T:DevExpress.Pdf.PdfFormDataFormat"/> enumeration value, specifying into which format PDF Form values should be saved. </param> </member> <member name="M:DevExpress.Pdf.PdfFormData.Save(System.String,DevExpress.Pdf.PdfFormDataFormat)"> <summary> <para>Save the current PDF Form into a file. </para> </summary> <param name="fileName"> A <see cref="T:System.String"/> specifying the file path and file name. </param> <param name="format"> A <see cref="T:DevExpress.Pdf.PdfFormDataFormat"/> enumeration value, specifying into which format PDF Form values should be saved. </param> </member> <member name="P:DevExpress.Pdf.PdfFormData.Value"> <summary> <para>Returns the value of the field represented by this PdfFormData object. </para> </summary> <value>A <see cref="T:System.Object"/> class descendant. </value> </member> <member name="T:DevExpress.Pdf.PdfFormDataFormat"> <summary> <para>Lists formats allowed for PDF Form data values. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfFormDataFormat.Fdf"> <summary> <para>Data is represented as FDF (Forms Data Format). </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfFormDataFormat.Txt"> <summary> <para>Data is represented as text. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfFormDataFormat.Xfdf"> <summary> <para>Data is represented as XFDF (XML Forms Data Format). </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfFormDataFormat.Xml"> <summary> <para>Data is represented as XML. </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfForm"> <summary> <para>Represents a PDF document form. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfForm.BBox"> <summary> <para>Gets a document rectangle in the form coordinate system of the form's bounding box. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfRectangle"/> object that is the document rectangle. </value> </member> <member name="P:DevExpress.Pdf.PdfForm.Commands"> <summary> <para>Returns the PDF form commands. </para> </summary> <value>A collection of <see cref="T:DevExpress.Pdf.PdfCommandList"/> objects. </value> </member> <member name="P:DevExpress.Pdf.PdfForm.LastModified"> <summary> <para>Gets the modification date to be sure which of the application data dictionaries it contains corresponds to the current content of the form. </para> </summary> <value>A nullable <see cref="T:System.DateTimeOffset"/> structure that is a valid date-time offset. </value> </member> <member name="P:DevExpress.Pdf.PdfForm.Matrix"> <summary> <para>Returns a transformation matrix which maps the form space into user space. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfTransformationMatrix"/> object that is the PDF transformation matrix. </value> </member> <member name="P:DevExpress.Pdf.PdfForm.PieceInfo"> <summary> <para>Gets a page-piece dictionary which holds private product data. </para> </summary> <value>A dictionary, containing the DevExpress.Pdf.PdfPieceInfoEntry objects, along with their <see cref="T:System.String"/> key values. </value> </member> <member name="P:DevExpress.Pdf.PdfForm.StructParents"> <summary> <para>Gets an integer key of the form entry in the structural parents tree. </para> </summary> <value>A nullable integer value specifying the key of the form entry. </value> </member> <member name="T:DevExpress.Pdf.PdfAnnotationAppearances"> <summary> <para>Represents annotation appearances on the PDF form. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfAnnotationAppearances.Down"> <summary> <para>Gets the annotation's down appearance. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfAnnotationAppearance"/> object that is the down appearance. </value> </member> <member name="P:DevExpress.Pdf.PdfAnnotationAppearances.Form"> <summary> <para>Gets a form on the page with an annotation appearance. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfForm"/> object that is the form on the page. </value> </member> <member name="P:DevExpress.Pdf.PdfAnnotationAppearances.Normal"> <summary> <para>Gets the annotation's normal appearance. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfAnnotationAppearance"/> object that is the normal appearance. </value> </member> <member name="P:DevExpress.Pdf.PdfAnnotationAppearances.Rollover"> <summary> <para>Gets the annotation's rollover appearance. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfAnnotationAppearance"/> object that is the rollover appearance. </value> </member> <member name="T:DevExpress.Pdf.PdfEncryptionOptions"> <summary> <para>Contains settings to protect a PDF document with a password and user permissions. </para> </summary> </member> <member name="M:DevExpress.Pdf.PdfEncryptionOptions.#ctor"> <summary> <para>Initializes a new instance of the PdfEncryptionOptions class with default settings. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfEncryptionOptions.DataExtractionPermissions"> <summary> <para>Gets or sets data extraction permissions of the PDF document. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfDocumentDataExtractionPermissions"/> enumeration value. </value> </member> <member name="P:DevExpress.Pdf.PdfEncryptionOptions.InteractivityPermissions"> <summary> <para>Gets or sets interactivity permissions of the PDF document. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfDocumentInteractivityPermissions"/> enumeration value. </value> </member> <member name="P:DevExpress.Pdf.PdfEncryptionOptions.ModificationPermissions"> <summary> <para>Gets or sets modification permissions of the PDF document. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfDocumentModificationPermissions"/> enumeration value. </value> </member> <member name="P:DevExpress.Pdf.PdfEncryptionOptions.OwnerPassword"> <summary> <para>Gets or sets an owner password used to set document restrictions. </para> </summary> <value>A <see cref="T:System.Security.SecureString"/> object that is an owner password. </value> </member> <member name="P:DevExpress.Pdf.PdfEncryptionOptions.PrintingPermissions"> <summary> <para>Gets or sets printing permissions of the PDF document. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfDocumentPrintingPermissions"/> enumeration value. </value> </member> <member name="P:DevExpress.Pdf.PdfEncryptionOptions.UserPassword"> <summary> <para>Gets or sets a user password to encrypt the document. </para> </summary> <value>A <see cref="T:System.Security.SecureString"/> object that is a user password. </value> </member> <member name="T:DevExpress.Pdf.PdfDocumentDataExtractionPermissions"> <summary> <para>Lists the values used to specify the permission to protect a PDF document in data extraction operations. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfDocumentDataExtractionPermissions.Accessibility"> <summary> <para>Allow accessibility software that uses assistive technologies (such as a screen reader or Braille output devices) to use the document contents. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfDocumentDataExtractionPermissions.Allowed"> <summary> <para>Permit data extraction operations (copying or text and graphics extraction from the document) including access for the software that uses assistive technologies. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfDocumentDataExtractionPermissions.NotAllowed"> <summary> <para>Prohibit data extraction operations (copying or text and graphics extraction from the document) including access for the software that uses assistive technologies. </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfDocumentPrintingPermissions"> <summary> <para>Lists the values used to specify the permission to protect a PDF document in printing operations. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfDocumentPrintingPermissions.Allowed"> <summary> <para>Permit document printing. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfDocumentPrintingPermissions.LowQuality"> <summary> <para>Do not print the document at the highest quality level. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfDocumentPrintingPermissions.NotAllowed"> <summary> <para>Prohibit document printing. </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfDocumentModificationPermissions"> <summary> <para>Lists the values used to specify the permission to protect a PDF document in modification operations. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfDocumentModificationPermissions.Allowed"> <summary> <para>Permit content modification (adding or text annotation modification, filling in interactive form fields or interactive form field modification) and document assembling. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfDocumentModificationPermissions.DocumentAssembling"> <summary> <para>Allow only document assembling such as inserting, rotating or deleting pages, as well as bookmark creation on the navigation pane. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfDocumentModificationPermissions.NotAllowed"> <summary> <para>Prohibit content modification (adding or text annotation modification, filling in interactive form fields or interactive form field modification) and document assembling. </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfDocumentProcessorHelper"> <summary> <para>This class supports the internal infrastructure, and is not intended to be used directly from your code. </para> </summary> </member> <member name="T:DevExpress.Pdf.IPdfViewer"> <summary> <para>For internal use. </para> </summary> </member> <member name="M:DevExpress.Pdf.IPdfViewer.GetDocumentProcessorHelper"> <summary> <para>For internal use. </para> </summary> <returns>A <see cref="T:DevExpress.Pdf.PdfDocumentProcessorHelper"/> object. </returns> </member> <member name="T:DevExpress.Pdf.PdfSaveOptions"> <summary> <para>A class that contains encryption and signed settings of a PDF document. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfSaveOptions.EncryptionOptions"> <summary> <para>Provides access to encryption options of a PDF document. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfEncryptionOptions"/> object that represents encryption options of a PDF document. </value> </member> <member name="P:DevExpress.Pdf.PdfSaveOptions.Signature"> <summary> <para>Gets or sets the signature, which can contain signing info, reason and location, to be used to save the signed document. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfSignature"/> object that represents the PDF signature. </value> </member> <member name="T:DevExpress.Pdf.PdfSignature"> <summary> <para>An electronic signature used to sign a PDF file. </para> </summary> </member> <member name="M:DevExpress.Pdf.PdfSignature.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)"> <summary> <para>Initializes a new instance of the PdfSignature class with the predefined certificate. </para> </summary> <param name="certificate"> A <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"/> object that is an X.509 certificate. </param> </member> <member name="P:DevExpress.Pdf.PdfSignature.ContactInfo"> <summary> <para>Specifies the contact information which helps a recipient to verify the signature provided by the signer. </para> </summary> <value>A <see cref="T:System.String"/> object that is the contact information provided by the signer to a recipient. </value> </member> <member name="P:DevExpress.Pdf.PdfSignature.Filter"> <summary> <para>Gets the name of the filter used to validate the signature. </para> </summary> <value>A <see cref="T:System.String"/> that is the filter name. </value> </member> <member name="P:DevExpress.Pdf.PdfSignature.Location"> <summary> <para>Gets or sets the CPU host name or physical location of the signature. </para> </summary> <value>A <see cref="T:System.String"/> object that is the location associated with the identity. </value> </member> <member name="P:DevExpress.Pdf.PdfSignature.Name"> <summary> <para>Gets or sets the name of the person or authority signing the document. </para> </summary> <value>A <see cref="T:System.String"/> object that is the person or authority name signing the document. </value> </member> <member name="P:DevExpress.Pdf.PdfSignature.Reason"> <summary> <para>Gets or sets the reason for a document signature. </para> </summary> <value>A <see cref="T:System.String"/> object that is the reason for a document signature. </value> </member> <member name="P:DevExpress.Pdf.PdfSignature.SubFilter"> <summary> <para>Gets the name of the sub filter used to validate the signature. </para> </summary> <value>A <see cref="T:System.String"/> object that is the sub filter name. </value> </member> <member name="T:DevExpress.Pdf.PdfPageTreeObject"> <summary> <para>Provides settings that define page boundaries for specific content types. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfPageTreeObject.CropBox"> <summary> <para>Specifies the crop box imposing the page boundaries displayed in a PDF Viewer. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfRectangle"/> object, specifying the crop box. </value> </member> <member name="P:DevExpress.Pdf.PdfPageTreeObject.MediaBox"> <summary> <para>Specifies the media box defining the boundaries of the physical medium on which the page is to be printed. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfRectangle"/> object, specifying the media box. </value> </member> <member name="P:DevExpress.Pdf.PdfPageTreeObject.Rotate"> <summary> <para>Rotates the document page at the specified angle. </para> </summary> <value>An integer value, specifying the page rotation angle (in degrees). </value> </member> <member name="T:DevExpress.Pdf.PdfFontStretch"> <summary> <para>Lists the font stretch values. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfFontStretch.Condensed"> <summary> <para><para>"Condensed"</para> </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfFontStretch.Expanded"> <summary> <para><para>"Expanded"</para> </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfFontStretch.ExtraCondensed"> <summary> <para><para>"ExtraCondensed"</para> </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfFontStretch.ExtraExpanded"> <summary> <para><para>"ExtraExpanded"</para> </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfFontStretch.Normal"> <summary> <para><para>"Normal"</para> </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfFontStretch.SemiCondensed"> <summary> <para><para>"SemiCondensed"</para> </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfFontStretch.SemiExpanded"> <summary> <para><para>"SemiExpanded"</para> </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfFontStretch.UltraCondensed"> <summary> <para><para>"UltraCondensed"</para> </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfFontStretch.UltraExpanded"> <summary> <para><para>"UltraExpanded"</para> </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfFontFlags"> <summary> <para>Lists the values that correspond to flags defining various characteristics of the font. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfFontFlags.AllCap"> <summary> <para><para>"0x10000"</para> </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfFontFlags.FixedPitch"> <summary> <para><para>"0x00001"</para> </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfFontFlags.ForceBold"> <summary> <para><para>"0x40000"</para> </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfFontFlags.Italic"> <summary> <para><para>"0x00040"</para> </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfFontFlags.None"> <summary> <para><para>"0x00000"</para> </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfFontFlags.Nonsymbolic"> <summary> <para><para>"0x00020"</para> </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfFontFlags.Script"> <summary> <para><para>"0x00008"</para> </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfFontFlags.Serif"> <summary> <para><para>"0x00002"</para> </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfFontFlags.SmallCap"> <summary> <para><para>"0x20000"</para> </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfFontFlags.Symbolic"> <summary> <para><para>"0x00004"</para> </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfNames"> <summary> <para>Stores names of various PDF entities. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfNames.AnnotationAppearances"> <summary> <para>Provides access to a dictionary of annotation appearances. </para> </summary> <value>A dictionary, containing the <see cref="T:DevExpress.Pdf.PdfAnnotationAppearances"/> objects, along with their <see cref="T:System.String"/> key values. </value> </member> <member name="P:DevExpress.Pdf.PdfNames.EmbeddedFiles"> <summary> <para>Gets embedded files in which the destination is located. </para> </summary> <value>A dictionary, containing the DevExpress.Pdf.PdfFileSpecification objects, along with their <see cref="T:System.String"/> key values. </value> </member> <member name="P:DevExpress.Pdf.PdfNames.JavaScriptActions"> <summary> <para>Gets Java Script actions found in the document. </para> </summary> <value>A dictionary, containing the <see cref="T:DevExpress.Pdf.PdfJavaScriptAction"/> objects, along with their System.String key values. </value> </member> <member name="P:DevExpress.Pdf.PdfNames.PageDestinations"> <summary> <para>Gets page destinations for targets in the document. </para> </summary> <value>A dictionary, containing the <see cref="T:DevExpress.Pdf.PdfDestination"/> objects, along with their <see cref="T:System.String"/> key values. </value> </member> <member name="P:DevExpress.Pdf.PdfNames.PageNames"> <summary> <para>Provides access to a dictionary of page names. </para> </summary> <value>A dictionary, containing the <see cref="T:DevExpress.Pdf.PdfPage"/> objects, along with their <see cref="T:System.String"/> key values. </value> </member> <member name="P:DevExpress.Pdf.PdfNames.WebCaptureContentSetsIds"> <summary> <para>Gets a web capture content dictionary, which maps digital identifiers (IDs) to PDF objects such as pages and forms. </para> </summary> <value>A dictionary, containing the DevExpress.Pdf.PdfSpiderSet objects, along with their <see cref="T:System.String"/> key values. </value> </member> <member name="P:DevExpress.Pdf.PdfNames.WebCaptureContentSetsUrls"> <summary> <para>Gets a web capture content dictionary which maps URLs to PDF objects such as pages and forms. </para> </summary> <value>A dictionary, containing the DevExpress.Pdf.PdfSpiderSet objects, along with their <see cref="T:System.String"/> key values. </value> </member> <member name="T:DevExpress.Pdf.PdfOptionalContentRadioButtonGroup"> <summary> <para>Represents a collection of optional content groups whose states are intended to follow a radio button paradigm. </para> </summary> </member> <member name="M:DevExpress.Pdf.PdfOptionalContentRadioButtonGroup.#ctor"> <summary> <para>Initializes a new instance of the PdfOptionalContentRadioButtonGroup class with default settings. </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfTextSearchStatus"> <summary> <para>Lists the values specifying the status of a PDF text search operation. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfTextSearchStatus.Finished"> <summary> <para>The text search has finished. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfTextSearchStatus.Found"> <summary> <para>The text, which is being searched for, has been found. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfTextSearchStatus.NotFound"> <summary> <para>The text, which is being searched for, has not been found. </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfFontDescriptor"> <summary> <para>Provides the PDF font options. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfFontDescriptor.Ascent"> <summary> <para>Indicates the maximum height above the baseline reached by glyphs in this font. </para> </summary> <value>A <see cref="T:System.Double"/> value. </value> </member> <member name="P:DevExpress.Pdf.PdfFontDescriptor.AvgWidth"> <summary> <para>Indicates the average width of glyphs in the font. </para> </summary> <value>A <see cref="T:System.Double"/> value. </value> </member> <member name="P:DevExpress.Pdf.PdfFontDescriptor.CapHeight"> <summary> <para>The vertical coordinate of the top of flat capital letters, measured from the baseline. </para> </summary> <value>A <see cref="T:System.Double"/> value. </value> </member> <member name="P:DevExpress.Pdf.PdfFontDescriptor.CharSet"> <summary> <para>Indicates the character names defined in a font subset. </para> </summary> <value>A list of <see cref="T:System.String"/> values. </value> </member> <member name="P:DevExpress.Pdf.PdfFontDescriptor.Descent"> <summary> <para>Indicates the maximum depth below the baseline reached by glyphs in this font. </para> </summary> <value>A <see cref="T:System.Double"/> value. </value> </member> <member name="P:DevExpress.Pdf.PdfFontDescriptor.Flags"> <summary> <para>Provides access to a collection of flags defining various characteristics of the font. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfFontFlags"/> enumeration value. </value> </member> <member name="P:DevExpress.Pdf.PdfFontDescriptor.FontBBox"> <summary> <para>Indicates a rectangle, expressed in the glyph coordinate system, that shall specify the font bounding box. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfRectangle"/> object. </value> </member> <member name="P:DevExpress.Pdf.PdfFontDescriptor.FontFamily"> <summary> <para>Indicates the preferred font family name. </para> </summary> <value>A <see cref="T:System.String"/> value. </value> </member> <member name="P:DevExpress.Pdf.PdfFontDescriptor.FontName"> <summary> <para>Indicates the PostScript name of the font. </para> </summary> <value>A <see cref="T:System.String"/> value. </value> </member> <member name="P:DevExpress.Pdf.PdfFontDescriptor.FontStretch"> <summary> <para>Indicates the font stretch value. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfFontStretch"/> enumeration value. </value> </member> <member name="P:DevExpress.Pdf.PdfFontDescriptor.FontWeight"> <summary> <para>Indicates the weight (thickness) component of the fully-qualified font name or font specifier. </para> </summary> <value>An integer value. </value> </member> <member name="P:DevExpress.Pdf.PdfFontDescriptor.ItalicAngle"> <summary> <para>The angle, expressed in degrees counterclockwise from the vertical, of the dominant vertical strokes of the font. </para> </summary> <value>A <see cref="T:System.Double"/> value. </value> </member> <member name="P:DevExpress.Pdf.PdfFontDescriptor.Leading"> <summary> <para>Indicates the spacing between baselines of consecutive lines of text. </para> </summary> <value>A <see cref="T:System.Double"/> value. </value> </member> <member name="P:DevExpress.Pdf.PdfFontDescriptor.MaxWidth"> <summary> <para>Indicates the maximum width of glyphs in the font. </para> </summary> <value>A <see cref="T:System.Double"/> value. </value> </member> <member name="P:DevExpress.Pdf.PdfFontDescriptor.MissingWidth"> <summary> <para>The width to use for character codes whose widths are not specified in a font dictionary's <b>Widths</b> array. </para> </summary> <value>A <see cref="T:System.Double"/> value. </value> </member> <member name="P:DevExpress.Pdf.PdfFontDescriptor.StemH"> <summary> <para>Indicates the thickness, measured vertically, of the dominant horizontal stems of glyphs in the font. </para> </summary> <value>A <see cref="T:System.Double"/> value. </value> </member> <member name="P:DevExpress.Pdf.PdfFontDescriptor.StemV"> <summary> <para>Indicates the thickness, measured horizontally, of the dominant vertical stems of glyphs in the font. </para> </summary> <value>A <see cref="T:System.Double"/> value. </value> </member> <member name="P:DevExpress.Pdf.PdfFontDescriptor.XHeight"> <summary> <para>Indicates the font's X-height: the vertical coordinate of the top of flat nonascending lowercase letters (like the letter x), measured from the baseline, in fonts that have Latin characters. </para> </summary> <value>A <see cref="T:System.Double"/> value. </value> </member> <member name="T:DevExpress.Pdf.PdfPoint"> <summary> <para>Specifies the coordinates of a PDF point. </para> </summary> </member> <member name="M:DevExpress.Pdf.PdfPoint.#ctor(System.Double,System.Double)"> <summary> <para>Initializes a new instance of the PdfPoint class with the specified coordinates. </para> </summary> <param name="x"> A <see cref="T:System.Double"/> value. This value is assigned to the <see cref="P:DevExpress.Pdf.PdfPoint.X"/> property. </param> <param name="y"> A <see cref="T:System.Double"/> value. This value is assigned to the <see cref="P:DevExpress.Pdf.PdfPoint.Y"/> property. </param> </member> <member name="P:DevExpress.Pdf.PdfPoint.X"> <summary> <para>Gets the X coordinate of the PdfPoint. </para> </summary> <value>A <see cref="T:System.Double"/> value that is the PDF point's X coordinate. </value> </member> <member name="P:DevExpress.Pdf.PdfPoint.Y"> <summary> <para>Gets the Y coordinate of the PdfPoint. </para> </summary> <value>A <see cref="T:System.Double"/> value that is the PDF point's Y coordinate. </value> </member> <member name="T:DevExpress.Pdf.PdfDocumentArea"> <summary> <para>A document area. </para> </summary> </member> <member name="M:DevExpress.Pdf.PdfDocumentArea.#ctor(System.Int32,DevExpress.Pdf.PdfRectangle)"> <summary> <para>Initializes a new instance of the PdfDocumentArea class with the specified settings. </para> </summary> <param name="pageNumber"> An integer value. This value is assigned to the <see cref="P:DevExpress.Pdf.PdfDocumentArea.PageNumber"/> property. </param> <param name="area"> A <see cref="T:DevExpress.Pdf.PdfRectangle"/> object. This value is assigned to the <see cref="P:DevExpress.Pdf.PdfDocumentArea.Area"/> property. </param> </member> <member name="P:DevExpress.Pdf.PdfDocumentArea.Area"> <summary> <para>Returns a document area corresponding to the specified rectangle. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfRectangle"/> object. </value> </member> <member name="M:DevExpress.Pdf.PdfDocumentArea.Create(DevExpress.Pdf.PdfDocumentPosition,DevExpress.Pdf.PdfDocumentPosition)"> <summary> <para>Creates a document area based on the specified start and end positions. </para> </summary> <param name="position1"> A <see cref="T:DevExpress.Pdf.PdfDocumentPosition"/> object. </param> <param name="position2"> A <see cref="T:DevExpress.Pdf.PdfDocumentPosition"/> object. </param> <returns>A <see cref="T:DevExpress.Pdf.PdfDocumentArea"/> object. </returns> </member> <member name="P:DevExpress.Pdf.PdfDocumentArea.PageNumber"> <summary> <para>Indicates the page number corresponding to the current document area. </para> </summary> <value>An integer value, specifying the page number. </value> </member> <member name="T:DevExpress.Pdf.PdfDocumentPosition"> <summary> <para>Specifies the PDF coordinates of a hit point. </para> </summary> </member> <member name="M:DevExpress.Pdf.PdfDocumentPosition.#ctor(System.Int32,DevExpress.Pdf.PdfPoint)"> <summary> <para>Initializes a new instance of the PdfDocumentPosition class with the specified settings. </para> </summary> <param name="pageNumber"> An integer value. This value is assigned to the <see cref="P:DevExpress.Pdf.PdfDocumentPosition.PageNumber"/> property. </param> <param name="point"> A <see cref="T:DevExpress.Pdf.PdfPoint"/> structure. This value is assigned to the <see cref="P:DevExpress.Pdf.PdfDocumentPosition.Point"/> property. </param> </member> <member name="P:DevExpress.Pdf.PdfDocumentPosition.PageNumber"> <summary> <para>Indicates the number of a page corresponding to the hit point. </para> </summary> <value>An integer value, specifying the page number. </value> </member> <member name="P:DevExpress.Pdf.PdfDocumentPosition.Point"> <summary> <para>Returns the hit point coordinates in a PDF. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfPoint"/> structure. </value> </member> <member name="T:DevExpress.Pdf.PdfTextSearchResults"> <summary> <para>Provides the information related to a PDF text search result. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfTextSearchResults.Page"> <summary> <para>Provides access to the page containing the text found. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfPage"/> object. </value> </member> <member name="P:DevExpress.Pdf.PdfTextSearchResults.PageIndex"> <summary> <para>Indicates the zero-based index of a page that contains the found text. </para> </summary> <value>An integer value, specifying the zero-based page index. </value> </member> <member name="P:DevExpress.Pdf.PdfTextSearchResults.PageNumber"> <summary> <para>Indicates the number of a page that contains the text that was found. </para> </summary> <value>An integer value, specifying the page number. </value> </member> <member name="P:DevExpress.Pdf.PdfTextSearchResults.Rectangles"> <summary> <para>Provides access to the document area containing the text found. </para> </summary> <value>A collection of <see cref="T:DevExpress.Pdf.PdfOrientedRectangle"/> objects. </value> </member> <member name="P:DevExpress.Pdf.PdfTextSearchResults.Status"> <summary> <para>Indicates the current text search operation status. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfTextSearchStatus"/> enumeration value. </value> </member> <member name="P:DevExpress.Pdf.PdfTextSearchResults.Words"> <summary> <para>Returns the collection of words corresponding to the text that was found. </para> </summary> <value>A collection of <see cref="T:DevExpress.Pdf.PdfWord"/> objects. </value> </member> <member name="T:DevExpress.Pdf.PdfRectangle"> <summary> <para>A document rectangle. </para> </summary> </member> <member name="M:DevExpress.Pdf.PdfRectangle.#ctor(System.Double,System.Double,System.Double,System.Double)"> <summary> <para>Initializes a new instance of the PdfRectangle class with the specified settings. </para> </summary> <param name="left"> A <see cref="T:System.Double"/> value. </param> <param name="bottom"> A <see cref="T:System.Double"/> value. </param> <param name="right"> A <see cref="T:System.Double"/> value. </param> <param name="top"> A <see cref="T:System.Double"/> value. </param> </member> <member name="P:DevExpress.Pdf.PdfRectangle.Bottom"> <summary> <para>Specifies the PdfRectangle's bottom coordinate. </para> </summary> <value>A <see cref="T:System.Double"/> value, specifying the bottom coordinate of the PDF rectangle. </value> </member> <member name="P:DevExpress.Pdf.PdfRectangle.BottomLeft"> <summary> <para>Specifies the PdfRectangle's bottom left coordinate. </para> </summary> <value>A <see cref="PdfPoint"/> structure, specifying the bottom left coordinate of the PDF rectangle. </value> </member> <member name="P:DevExpress.Pdf.PdfRectangle.BottomRight"> <summary> <para>Specifies the PdfRectangle's bottom right coordinate. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfPoint"/> structure, specifying the bottom right coordinate of the PDF rectangle. </value> </member> <member name="M:DevExpress.Pdf.PdfRectangle.Equals(System.Object)"> <summary> <para>Determines whether or not the specified object is equal to the current PdfRectangle instance. </para> </summary> <param name="obj"> The object to compare with the current object. </param> <returns><b>true</b> if the specified object is equal to the current PdfRectangle instance; otherwise <b>false</b>. </returns> </member> <member name="M:DevExpress.Pdf.PdfRectangle.GetHashCode"> <summary> <para>Serves as the default hash function. </para> </summary> <returns>An integer value, specifying the hash code for the current object. </returns> </member> <member name="P:DevExpress.Pdf.PdfRectangle.Height"> <summary> <para>Specifies the PdfRectangle's height. </para> </summary> <value>A <see cref="T:System.Double"/> value, specifying the height of the PDF rectangle. </value> </member> <member name="P:DevExpress.Pdf.PdfRectangle.Left"> <summary> <para>Specifies the PdfRectangle's left coordinate. </para> </summary> <value>A <see cref="T:System.Double"/> value, specifying the left coordinate of the PDF rectangle. </value> </member> <member name="P:DevExpress.Pdf.PdfRectangle.Right"> <summary> <para>Specifies the PdfRectangle's right coordinate. </para> </summary> <value>A <see cref="T:System.Double"/> value, specifying the right coordinate of the PDF rectangle. </value> </member> <member name="P:DevExpress.Pdf.PdfRectangle.Top"> <summary> <para>Specifies the PdfRectangle's top coordinate. </para> </summary> <value>A <see cref="T:System.Double"/> value, specifying the top coordinate of the PDF rectangle. </value> </member> <member name="P:DevExpress.Pdf.PdfRectangle.TopLeft"> <summary> <para>Specifies the PdfRectangle's top left coordinate. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfPoint"/> structure, specifying the top left coordinate of the PDF rectangle. </value> </member> <member name="P:DevExpress.Pdf.PdfRectangle.TopRight"> <summary> <para>Specifies the PdfRectangle's top right coordinate. </para> </summary> <value>A <see cref="PdfPoint"/> structure, specifying the top right coordinate of the PDF rectangle. </value> </member> <member name="P:DevExpress.Pdf.PdfRectangle.Width"> <summary> <para>Specifies the PdfRectangle's width. </para> </summary> <value>A <see cref="T:System.Double"/> value, specifying the width of the PDF rectangle. </value> </member> <member name="T:DevExpress.Pdf.PdfCharacterMapping"> <summary> <para>Stores a <b>CMap</b> table that maps character codes to Unicode values. </para> </summary> </member> <member name="M:DevExpress.Pdf.PdfCharacterMapping.CreateCharacterMappingData(System.Collections.Generic.IDictionary`2,System.String)"> <summary> <para>Maps every character in a document to a corresponding Unicode value. </para> </summary> <param name="charMap"> A dictionary containing the integer objects, along with their <see cref="T:System.String"/> key values that represents the CMap. </param> <param name="fontName"> A string that is the font name. </param> <returns>An array of bytes that corresponds to Unicode values. </returns> </member> <member name="P:DevExpress.Pdf.PdfCharacterMapping.Data"> <summary> <para>Stores raw data of the <b>CMap</b> table. </para> </summary> <value>An array of <see cref="T:System.Byte"/> values. </value> </member> <member name="T:DevExpress.Pdf.PdfPaperSize"> <summary> <para>Contains the standard paper sizes. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.A2"> <summary> <para>The PDF paper size for the A2 paper type is 420 x 594 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.A3"> <summary> <para>The PDF paper size for the A3 paper type is 297 x 420 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.A3Extra"> <summary> <para>The PDF paper size for the A3 Extra paper type is 322 x 445 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.A3ExtraTransverse"> <summary> <para>The PDF paper size for the A3 Extra Transverse paper type is 322 x 445 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.A3Rotated"> <summary> <para>The PDF paper size for the A3 Rotated paper type is 420 x 297 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.A3Transverse"> <summary> <para>The PDF paper size for the A3 Transverse paper type is 297 x 420 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.A4"> <summary> <para>The PDF paper size for the A4 paper type is 210 x 297 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.A4Extra"> <summary> <para>The PDF paper size for the A4 Extra paper type is 235 x 322 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.A4Plus"> <summary> <para>The PDF paper size for the A4 Plus paper type is 210 x 330 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.A4Rotated"> <summary> <para>The PDF paper size for the A4 Rotated paper type is 297 x 210 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.A4Small"> <summary> <para>The PDF paper size for the A4 Small paper type is 210 x 297 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.A4Transverse"> <summary> <para>The PDF paper size for the A4 Transverse paper type is 210 x 297 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.A5"> <summary> <para>The PDF paper size for the A5 paper type is 148 x 210 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.A5Extra"> <summary> <para>The PDF paper size for the A5 Extra paper type is 174 x 235 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.A5Rotated"> <summary> <para>The PDF paper size for the A5 Rotated paper type is 210 x 148 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.A5Transverse"> <summary> <para>The PDF paper size for the A5 Transverse paper type is 148 x 210 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.A6"> <summary> <para>The PDF paper size for the A6 paper type is 105 x 148 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.A6Rotated"> <summary> <para>The PDF paper size for the A6 Rotated paper type is 148 x 105 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.APlus"> <summary> <para> The PDF paper size for the APlus paper type is 227 x 356 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.B4"> <summary> <para>The PDF paper size for the B4 paper type is 250 x 353 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.B4Envelope"> <summary> <para>The PDF paper size for the B4 Envelope paper type is 250 x 353 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.B4JisRotated"> <summary> <para>The PDF paper size for the B4 (JIS) Rotated paper type is 364 x 257 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.B5"> <summary> <para>The PDF paper size for the B5 paper type is 176 x 250 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.B5Envelope"> <summary> <para>The PDF paper size for the B5 Envelope paper type is 176 x 250 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.B5Extra"> <summary> <para>The PDF paper size for the B5 Extra paper type is 201 x 276 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.B5JisRotated"> <summary> <para>The PDF paper size for the B5 (JIS) Rotated paper type is 257 x 182 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.B5Transverse"> <summary> <para>The PDF paper size for the B5 Transverse paper type is 182 x 257 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.B6Envelope"> <summary> <para>The PDF paper size for the B6 Envelope paper type is 176 x 125 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.B6Jis"> <summary> <para>The PDF paper size for the B6 (JIS) paper type is 128 x 182 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.B6JisRotated"> <summary> <para>The PDF paper size for the B6 (JIS) Rotated paper type is 182 x 128 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.BPlus"> <summary> <para>The PDF paper size for the BPlus paper type is 305 x 487 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.C3Envelope"> <summary> <para>The PDF paper size for the C3 Envelope paper type is 324 x 458 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.C4Envelope"> <summary> <para>The PDF paper size for the C4 Envelope paper type is 229 x 324 mm (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.C5Envelope"> <summary> <para>The PDF paper size for the C5 Envelope paper type is 162 x 229 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.C65Envelope"> <summary> <para>The PDF paper size for the C65 paper type is 114 x 229 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.C6Envelope"> <summary> <para>The PDF paper size for the C6 Envelope paper type is 114 x 162 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.CSheet"> <summary> <para>The PDF paper size for the C paper type is 17 x 22 (inches). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.DLEnvelope"> <summary> <para>The PDF paper size for the DL Envelope is 110 x 220 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.DSheet"> <summary> <para>The PDF paper size for the D paper type is 22 x 34 (inches). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.ESheet"> <summary> <para>The PDF paper size for the E paper type is 34 x 44 (inches). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.Executive"> <summary> <para>The PDF paper size for the Executive paper type is 7.25 x 10.5 (inches). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.Folio"> <summary> <para>The PDF paper size for the Folio paper type is 8.5 x 13 (inches). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.GermanLegalFanfold"> <summary> <para>The PDF paper size for the German legal fanfold paper type is 8.5 x 13 (inches). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.GermanStandardFanfold"> <summary> <para>The PDF paper size for the German standard fanfold paper type is 8.5 x 12 (inches). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.InviteEnvelope"> <summary> <para>The PDF paper size for the Invitation envelope paper type is 220 x 220 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.IsoB4"> <summary> <para>The PDF paper size for the ISO B4 paper type is 250 x 353 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.ItalyEnvelope"> <summary> <para>The PDF paper size for the Italy envelope paper type is 110 x 230 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.JapaneseDoublePostcard"> <summary> <para>The PDF paper size for the Japanese double postcard paper type is 200 x 148 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.JapaneseDoublePostcardRotated"> <summary> <para>The PDF paper size for the Japanese double postcard rotated paper type is 148 x 200 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.JapanesePostcard"> <summary> <para>The PDF paper size for the Japanese postcard paper type is 100 x 148 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.JapanesePostcardRotated"> <summary> <para>The PDF paper size for the Japanese postcard rotated paper type is 148 x 100 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.Ledger"> <summary> <para>The PDF paper size for the Ledger paper type is 17 x 11 (inches). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.Legal"> <summary> <para>The PDF paper size for the Legal paper type is 8.5 x 14 (inches). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.LegalExtra"> <summary> <para>The PDF paper size for the Legal Extra paper type is 9.275 x 15 (inches). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.Letter"> <summary> <para>The PDF paper size for the Letter paper type is 8.5 x 11 (inches). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.LetterExtra"> <summary> <para>The PDF paper size for the Letter Extra paper type is 9.275 x 12 (inches). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.LetterExtraTransverse"> <summary> <para>The PDF paper size for the Letter extra transverse paper type is 9.275 x 12 (inches). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.LetterPlus"> <summary> <para>The PDF paper size for the Letter plus paper type is 8.5 x 12.69 (inches). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.LetterRotated"> <summary> <para>The PDF paper size for the Letter rotated paper type is 11 x 8.5 (inches). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.LetterSmall"> <summary> <para>The PDF paper size for the Letter small paper type is 8.5 x 11 (inches). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.LetterTransverse"> <summary> <para>The PDF paper size for the Letter transverse paper type is 8.275 x 11 (inches). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.MonarchEnvelope"> <summary> <para>The PDF paper size for the Monarch envelope paper type is 3.875 x 7.5 (inches). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.Note"> <summary> <para>The PDF paper size for the Note paper type is 8.5 x 11 (inches). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.Number10Envelope"> <summary> <para>The PDF paper size for the Number 10 envelope paper type is 4.125 x 9.5 (inches). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.Number11Envelope"> <summary> <para>The PDF paper size for the Number 11 envelope paper type is 4.5 x 10.375 (inches). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.Number12Envelope"> <summary> <para>The PDF paper size for the Number 12 envelope paper type is 4.75 x 11 (inches). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.Number9Envelope"> <summary> <para>The PDF paper size for the Number 9 envelope paper type is 3.875 x 8.875 (inches). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.PersonalEnvelope"> <summary> <para>The PDF paper size for the Personal envelope paper type is 3.625 x 6.5 (inches). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.Prc16K"> <summary> <para>The PDF paper size for the People's Republic of China 16K paper type is 146 x 215 (millimeters). Requires Windows 98, Windows NT 4.0, or later. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.Prc16KRotated"> <summary> <para>The PDF paper size for the People's Republic of China 16K rotated paper type is 146 x 215 (millimeters). Requires Windows 98, Windows NT 4.0, or later. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.Prc32K"> <summary> <para>The PDF paper size for the People's Republic of China 32K paper type is 97 x 151 (millimeters). Requires Windows 98, Windows NT 4.0, or later. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.Prc32KBig"> <summary> <para>The PDF paper size for the People's Republic of China 32K big paper type is 97 x 151 (millimeters). Requires Windows 98, Windows NT 4.0, or later. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.Prc32KBigRotated"> <summary> <para>The PDF paper size for the People's Republic of China 32K big rotated paper type is 97 x 151 (millimeters). Requires Windows 98, Windows NT 4.0, or later. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.Prc32KRotated"> <summary> <para>The PDF paper size for the People's Republic of China 32K rotated paper type is 97 x 151 (millimeters). Requires Windows 98, Windows NT 4.0, or later. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.PrcEnvelopeNumber1"> <summary> <para>The PDF paper size for the People's Republic of China number 1 envelope paper type is 102 x 165 (millimeters). Requires Windows 98, Windows NT 4.0, or later. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.PrcEnvelopeNumber10"> <summary> <para>The PDF paper size for the People's Republic of China number 10 envelope paper type is 324 x 458 (millimeters). Requires Windows 98, Windows NT 4.0, or later. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.PrcEnvelopeNumber10Rotated"> <summary> <para>The PDF paper size for the People's Republic of China number 10 rotated envelope paper type is 458 x 324 (millimeters). Requires Windows 98, Windows NT 4.0, or later. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.PrcEnvelopeNumber1Rotated"> <summary> <para>The PDF paper size for the People's Republic of China number 1 rotated envelope paper type is 165 x 102 (millimeters). Requires Windows 98, Windows NT 4.0, or later. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.PrcEnvelopeNumber2"> <summary> <para>The PDF paper size for the People's Republic of China number 2 envelope paper type is 102 x 176 (millimeters). Requires Windows 98, Windows NT 4.0, or later. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.PrcEnvelopeNumber2Rotated"> <summary> <para>The PDF paper size for the People's Republic of China number 2 rotated envelope paper type is 176 x 102 (millimeters). Requires Windows 98, Windows NT 4.0, or later. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.PrcEnvelopeNumber3"> <summary> <para>The PDF paper size for the People's Republic of China number 3 envelope paper type is 125 x 176 (millimeters). Requires Windows 98, Windows NT 4.0, or later. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.PrcEnvelopeNumber3Rotated"> <summary> <para>The PDF paper size for the People's Republic of China number 3 rotated envelope paper type is 176 x 125 (millimeters). Requires Windows 98, Windows NT 4.0, or later. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.PrcEnvelopeNumber4"> <summary> <para>The PDF paper size for the People's Republic of China number 4 envelope paper type is 110 x 208 (millimeters). Requires Windows 98, Windows NT 4.0, or later. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.PrcEnvelopeNumber4Rotated"> <summary> <para>The PDF paper size for the People's Republic of China number 4 rotated envelope paper type is 208 x 110 (millimeters). Requires Windows 98, Windows NT 4.0, or later. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.PrcEnvelopeNumber5"> <summary> <para>The PDF paper size for the People's Republic of China number 5 envelope paper type is 110 x 220 (millimeters). Requires Windows 98, Windows NT 4.0, or later. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.PrcEnvelopeNumber5Rotated"> <summary> <para>The PDF paper size for the People's Republic of China Envelope number 5 rotated envelope paper type is 220 x 110 (millimeters). Requires Windows 98, Windows NT 4.0, or later. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.PrcEnvelopeNumber6"> <summary> <para>The PDF paper size for the People's Republic of China number 6 envelope paper type is 120 x 230 (millimeters). Requires Windows 98, Windows NT 4.0, or later. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.PrcEnvelopeNumber6Rotated"> <summary> <para>The PDF paper size for the People's Republic of China number 6 rotated envelope paper type is 230 x 120 (millimeters). Requires Windows 98, Windows NT 4.0, or later. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.PrcEnvelopeNumber7"> <summary> <para>The PDF paper size for the People's Republic of China number 7 envelope paper type is 160 x 230 (millimeters). Requires Windows 98, Windows NT 4.0, or later. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.PrcEnvelopeNumber7Rotated"> <summary> <para>The PDF paper size for the People's Republic of China number 7 rotated envelope paper type is 230 x 160 (millimeters). Requires Windows 98, Windows NT 4.0, or later. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.PrcEnvelopeNumber8"> <summary> <para>The PDF paper size for the People's Republic of China number 8 envelope paper type is 120 x 309 (millimeters). Requires Windows 98, Windows NT 4.0, or later. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.PrcEnvelopeNumber8Rotated"> <summary> <para>The PDF paper size for the People's Republic of China number 8 rotated envelope paper type is 309 x 120 (millimeters). Requires Windows 98, Windows NT 4.0, or later. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.PrcEnvelopeNumber9"> <summary> <para>The PDF paper size for the People's Republic of China number 9 envelope paper type is 229 x 324 (millimeters). Requires Windows 98, Windows NT 4.0, or later. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.PrcEnvelopeNumber9Rotated"> <summary> <para>The PDF paper size for the People's Republic of China number 9 rotated envelope paper type is 324 x 229 (millimeters). Requires Windows 98, Windows NT 4.0, or later. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.Quarto"> <summary> <para>The PDF paper size for the Quarto paper type is 215 x 275 (millimeters). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.Standard10x11"> <summary> <para>The PDF paper size for the Standard paper type is 10 x 11 (inches). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.Standard10x14"> <summary> <para>The PDF paper size for the Standard paper type is 10 x 14 (inches). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.Standard11x17"> <summary> <para>The PDF paper size for the Standard paper type is 11 x 17 (inches). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.Standard12x11"> <summary> <para>The PDF paper size for the Standard paper type is 12 x 11 (inches). Requires Windows 98, Windows NT 4.0, or later. </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.Standard15x11"> <summary> <para>The PDF paper size for the Standard paper type is 15 x 11 (inches). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.Statement"> <summary> <para>The PDF paper size for the Statement paper type is 5.5 x 8.5 (inches). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.Tabloid"> <summary> <para>The PDF paper size for the Tabloid paper type is 11 x 17 (inches). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.TabloidExtra"> <summary> <para>The PDF paper size for the Tabloid extra paper type is 11.69 x 18 (inches). </para> </summary> <returns> </returns> </member> <member name="F:DevExpress.Pdf.PdfPaperSize.USStandardFanfold"> <summary> <para>The PDF paper size for the US standard fanfold is 14.875 x 11 (inches). </para> </summary> <returns> </returns> </member> <member name="T:DevExpress.Pdf.PdfBookmark"> <summary> <para>Contains settings that are used to edit bookmarks in the document. </para> </summary> </member> <member name="M:DevExpress.Pdf.PdfBookmark.#ctor"> <summary> <para>Initializes a new instance of the PdfBookmark class with default settings. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfBookmark.Action"> <summary> <para>Provides access to the bookmark action being executed. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfAction"/> object that is an action that is performed with bookmarks. </value> </member> <member name="P:DevExpress.Pdf.PdfBookmark.Children"> <summary> <para>Gets or sets the collection of bookmark children for a document with a tree-structured hierarchy. </para> </summary> <value>A list of <see cref="T:DevExpress.Pdf.PdfBookmark"/> objects that are the collection of bookmark child nodes. </value> </member> <member name="P:DevExpress.Pdf.PdfBookmark.Destination"> <summary> <para>Gets or sets a destination (a particular view of a document) to which a bookmark is referred to. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfDestination"/> object that is a bookmark destination. </value> </member> <member name="P:DevExpress.Pdf.PdfBookmark.IsBold"> <summary> <para>Gets or sets the value indicating whether the bookmark text is formatted as bold. </para> </summary> <value><b>true</b>, if the bookmark text is bold; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Pdf.PdfBookmark.IsInitiallyClosed"> <summary> <para>Gets or sets a value that indicates whether bookmarks are initially closed (bookmark children are hidden) in the navigation panel after a document is loaded. </para> </summary> <value><b>true</b>, if the bookmark children are initially hidden (closed) in the navigation panel; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Pdf.PdfBookmark.IsItalic"> <summary> <para>Gets or sets the value indicating whether the bookmark text is formatted as italic. </para> </summary> <value><b>true</b>, if the bookmark text is italic; otherwise, <b>false</b>. </value> </member> <member name="P:DevExpress.Pdf.PdfBookmark.TextColor"> <summary> <para>Gets or sets the color for a bookmark's text in the navigation pane. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfRGBColor"/> object that is a single color in the RGB (red, green, blue) color scheme for a bookmark's text. </value> </member> <member name="P:DevExpress.Pdf.PdfBookmark.Title"> <summary> <para>Gets or sets the text that is displayed for a bookmark on the navigation pane. </para> </summary> <value>A <see cref="T:System.String"/> that is the text for a bookmark on the navigation pane. </value> </member> <member name="T:DevExpress.Pdf.PdfDocument"> <summary> <para>A document contained in a PDF file. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfDocument.AcroForm"> <summary> <para>Provides access to the document's interactive form (AcroForm) dictionary. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfInteractiveForm"/> object. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.Actions"> <summary> <para>Provides access to a dictionary of additional actions defining the actions that shall be taken in response to various trigger events affecting the document as a whole. </para> </summary> <value>A DevExpress.Pdf.PdfDocumentActions object. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.AllowAccessibility"> <summary> <para>Enables copying or otherwise extracting text and graphics from the document (in support of accessibility to users with disabilities or for other purposes). </para> </summary> <value><b>true</b> to support PDF accessibility; otherwise <b>false</b>. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.AllowAnnotationsAndFormsModifying"> <summary> <para>Enables adding and modifying text annotations and interactive form fields in the PDF. </para> </summary> <value><b>true</b> to allow making changes to the PDF annotations and form fields; otherwise <b>false</b>. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.AllowDataExtraction"> <summary> <para>Enables extracting data from the PDF. </para> </summary> <value><b>true</b> to allow extracting the PDF data; otherwise <b>false</b>. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.AllowDocumentAssembling"> <summary> <para>Enables inserting, rotating, or deleting PDF pages and creating navigation elements such as bookmarks or thumbnail images. </para> </summary> <value><b>true</b> to allow assembling the document; otherwise <b>false</b>. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.AllowFormsFilling"> <summary> <para>Enables filling in interactive form fields of the PDF file, as well as signing the document (which amounts to filling in existing signature fields, a type of interactive form field). </para> </summary> <value><b>true</b> to allow filling in interactive form fields in the PDF; otherwise <b>false</b>. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.AllowHighQualityPrinting"> <summary> <para>Enables printing the PDF in high resolution, so that a faithful digital copy of the PDF content is generated. </para> </summary> <value><b>true</b> to high quality printing; otherwise <b>false</b>. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.AllowModifying"> <summary> <para>Enables modifying the PDF. </para> </summary> <value><b>true</b> to allow modifying the PDF; otherwise <b>false</b>. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.AllowPrinting"> <summary> <para>Enables printing the PDF. </para> </summary> <value><b>true</b> to allow printing the PDF; otherwise <b>false</b>. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.Author"> <summary> <para>Returns the name of the person who created the document. </para> </summary> <value>A <see cref="T:System.String"/> value. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.Bookmarks"> <summary> <para>Gets or sets the bookmarks that are used to navigate from one part of a document to another. </para> </summary> <value>A list of <see cref="T:DevExpress.Pdf.PdfBookmark"/> objects that are the collection of bookmarks. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.CreationDate"> <summary> <para>The date and time the document was created, in human-readable form. </para> </summary> <value>A <see cref="T:System.DateTimeOffset"/> structure. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.Creator"> <summary> <para>If the document was converted to PDF from another format, the name of the conforming product that created the original document from which it was converted. </para> </summary> <value>A <see cref="T:System.String"/> value. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.Destinations"> <summary> <para>Gets named destinations for targets in the document. </para> </summary> <value>A dictionary, containing the <see cref="T:DevExpress.Pdf.PdfDestination"/> objects, along with their <see cref="T:System.String"/> key values. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.FileAttachments"> <summary> <para>Gets the file attachments from a document. </para> </summary> <value>An object implementing the <see cref="T:System.Collections.IEnumerable"/> interface that represents the collection of <see cref="T:DevExpress.Pdf.PdfFileAttachment"/>s. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.Keywords"> <summary> <para>Returns the keywords associated with the document. </para> </summary> <value>A <see cref="T:System.String"/> value. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.LanguageCulture"> <summary> <para>Returns the culture-specific settings of the document. </para> </summary> <value>A <see cref="T:System.Globalization.CultureInfo"/> object. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.LogicalStructure"> <summary> <para>Provides access to the document's structure tree root dictionary. </para> </summary> <value>A DevExpress.Pdf.PdfLogicalStructure object. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.MarkInfo"> <summary> <para>Provides access to the mark information dictionary that contains information about the document's usage of Tagged PDF conventions. </para> </summary> <value>A DevExpress.Pdf.PdfMarkInfo object. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.Metadata"> <summary> <para>Provides access to a stream that contains the document metadata. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfMetadata"/> object. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.ModDate"> <summary> <para>The date and time the document was most recently modified, in human-readable form. </para> </summary> <value>A <see cref="T:System.DateTimeOffset"/> structure. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.Names"> <summary> <para>Provides access to the document's name dictionary. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfNames"/> object. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.NeedsRendering"> <summary> <para>Indicates whether or not to expedite the display of PDF documents containing XFA forms. </para> </summary> <value><b>true</b> if the document shall be regenerated when the document is first opened; otherwise <b>false</b>. The default value is <b>false</b>. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.OpenAction"> <summary> <para>Indicates an action that shall be performed when the document is opened. </para> </summary> <value>A DevExpress.Pdf.PdfAction object. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.OpenDestination"> <summary> <para>Indicates a destination that shall be displayed when the document is opened. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfDestination"/> object. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.OptionalContentProperties"> <summary> <para>Provides access to the document's optional content properties dictionary. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfOptionalContentProperties"/> object. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.Outlines"> <summary> <para>Provides access to the outline dictionary that shall be the root of the document's outline hierarchy. </para> </summary> <value>A DevExpress.Pdf.PdfOutlines object. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.OutputIntents"> <summary> <para>Provides access to the array of output intent dictionaries that specify the color characteristics of output devices on which the document might be rendered. </para> </summary> <value>A collection of DevExpress.Pdf.PdfOutputIntent objects. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.PageLabels"> <summary> <para>Provides access to the number tree defining the page labeling for the document. </para> </summary> <value>A dictionary, containing the DevExpress.Pdf.PdfPageLabel objects, along with their integer key values. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.PageLayout"> <summary> <para>Indicates the page layout of the opened document. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfPageLayout"/> enumeration value. The default value is <see cref="F:DevExpress.Pdf.PdfPageLayout.OneColumn"/>. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.PageMode"> <summary> <para>Indicates the mode of displaying the opened document. </para> </summary> <value>A DevExpress.Pdf.PdfPageMode enumeration value. The default value is <b>UseNone</b>. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.Pages"> <summary> <para>Provides access to the collection of document pages. </para> </summary> <value>A collection of <see cref="T:DevExpress.Pdf.PdfPage"/> objects. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.PieceInfo"> <summary> <para>Provides access to the page-piece dictionary associated with the document. </para> </summary> <value>A dictionary, containing the DevExpress.Pdf.PdfPieceInfoEntry objects, along with their <see cref="T:System.String"/> key values. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.Producer"> <summary> <para>If the document was converted to PDF from another format, the name of the conforming product that converted it to PDF. </para> </summary> <value>A <see cref="T:System.String"/> value. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.Subject"> <summary> <para>Returns the subject of the document. </para> </summary> <value>A <see cref="T:System.String"/> value. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.Threads"> <summary> <para>Provides access to the array of thread dictionaries that contains the document's article threads. </para> </summary> <value>A collection of DevExpress.Pdf.PdfArticleThread objects. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.Title"> <summary> <para>Returns the document's title. </para> </summary> <value>A <see cref="T:System.String"/> value. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.Trapped"> <summary> <para>A name object indicating whether the document has been modified to include trapping information. </para> </summary> <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration value. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.Version"> <summary> <para>Indicates the version of the PDF specification to which the document conforms if later than the version specified in the file's header. </para> </summary> <value>A DevExpress.Pdf.PdfFileVersion object. </value> </member> <member name="P:DevExpress.Pdf.PdfDocument.ViewerPreferences"> <summary> <para>Provides access to the viewer preferences dictionary specifying how to display the document on the screen. </para> </summary> <value>A DevExpress.Pdf.PdfViewerPreferences object. </value> </member> <member name="T:DevExpress.Pdf.PdfFont"> <summary> <para>A font assigned to a document text. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfFont.BaseFont"> <summary> <para>The <b>PostScript</b> name of the font. </para> </summary> <value>A <see cref="T:System.String"/> value. </value> </member> <member name="P:DevExpress.Pdf.PdfFont.FontDescriptor"> <summary> <para>Provides access to the PDF font options. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfFontDescriptor"/> object. </value> </member> <member name="P:DevExpress.Pdf.PdfFont.FontName"> <summary> <para>The <b>PostScript</b> name of the font. </para> </summary> <value>A <see cref="T:System.String"/> value, specifying the font name. </value> </member> <member name="P:DevExpress.Pdf.PdfFont.SubsetName"> <summary> <para>Specifies a font subset. </para> </summary> <value>A <see cref="T:System.String"/> value. </value> </member> <member name="P:DevExpress.Pdf.PdfFont.ToUnicode"> <summary> <para>Converts PDF character codes to Unicode values. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfCharacterMapping"/> object, providing a <b>CMap</b> table that maps character codes to Unicode values. </value> </member> <member name="T:DevExpress.Pdf.PdfPasswordRequestedEventHandler"> <summary> <para>A method that will handle the <see cref="E:DevExpress.XtraPdfViewer.PdfViewer.PasswordRequested"/> event. </para> </summary> </member> <member name="M:DevExpress.Pdf.PdfPasswordRequestedEventHandler.Invoke(System.Object,DevExpress.Pdf.PdfPasswordRequestedEventArgs)"> <summary> <para>A method that will handle the <see cref="E:DevExpress.XtraPdfViewer.PdfViewer.PasswordRequested"/> event. </para> </summary> <param name="sender"> The event sender. </param> <param name="e"> A <see cref="T:DevExpress.Pdf.PdfPasswordRequestedEventArgs"/> object that contains data related to the event. </param> </member> <member name="T:DevExpress.Pdf.Localization.PdfCoreResLocalizer"> <summary> <para>A default localizer to translate the PDF Viewer's resources. </para> </summary> </member> <member name="M:DevExpress.Pdf.Localization.PdfCoreResLocalizer.#ctor"> <summary> <para>Initializes a new instance of the PdfCoreResLocalizer class with default settings. </para> </summary> </member> <member name="M:DevExpress.Pdf.Localization.PdfCoreResLocalizer.GetLocalizedString(DevExpress.Pdf.Localization.PdfCoreStringId)"> <summary> <para>Gets the string, localized by the current PdfCoreResLocalizer, for the specified dialog message. </para> </summary> <param name="id"> A <see cref="T:DevExpress.Pdf.Localization.PdfCoreStringId"/> enumeration value, specifying the dialog message whose caption (text) is to be localized. </param> <returns>A <see cref="T:System.String"/> value, specifying the text to be displayed within the specified dialog message. </returns> </member> <member name="T:DevExpress.Pdf.Localization.PdfCoreLocalizer"> <summary> <para>Provides the means to localize the dialog messages of a PDF Viewer. </para> </summary> </member> <member name="M:DevExpress.Pdf.Localization.PdfCoreLocalizer.#ctor"> <summary> <para>Initializes a new instance of the PdfCoreLocalizer class with default settings. </para> </summary> </member> <member name="P:DevExpress.Pdf.Localization.PdfCoreLocalizer.Active"> <summary> <para>Specifies a localizer object providing localization of a PDF Viewer's dialog messages at runtime. </para> </summary> <value>An <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> descendant, used to localize the dialog messages at runtime. </value> </member> <member name="M:DevExpress.Pdf.Localization.PdfCoreLocalizer.CreateResXLocalizer"> <summary> <para>For internal use. Returns a Localizer object storing resources based on the thread's language and regional settings (culture). </para> </summary> <returns>An <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object, storing resources based on the thread's language and regional settings (culture). </returns> </member> <member name="M:DevExpress.Pdf.Localization.PdfCoreLocalizer.GetString(DevExpress.Pdf.Localization.PdfCoreStringId)"> <summary> <para>Returns a localized string for the given string identifier. </para> </summary> <param name="id"> A <see cref="T:DevExpress.Pdf.Localization.PdfCoreStringId"/> enumeration value, identifying the string to localize. </param> <returns>A <see cref="T:System.String"/> value, corresponding to the specified identifier. </returns> </member> <member name="P:DevExpress.Pdf.Localization.PdfCoreLocalizer.Language"> <summary> <para>Returns the name of the language currently used by this localizer object. </para> </summary> <value>A <see cref="T:System.String"/> value that specifies the language of the user interface localization. </value> </member> <member name="T:DevExpress.Pdf.Localization.PdfCoreStringId"> <summary> <para>Contains strings that correspond to the dialog messages of the PDF Viewer that are subject to localization. </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.DefaultDocumentName"> <summary> <para>"<b>Document</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgAttachmentHintDescription"> <summary> <para><b>"\r\nDescription: {0}"</b> </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgAttachmentHintFileName"> <summary> <para><b>"Name: {0}"</b> </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgAttachmentHintModificationDate"> <summary> <para><b>"\r\nModification Date: {0}"</b> </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgAttachmentHintSize"> <summary> <para><b>"\r\nSize: {0}"</b> </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgFormDataNotFound"> <summary> <para>"<b>The document structure does not contain a field with the specified name: {0}.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncompatibleOperationWithCurrentDocumentFormat"> <summary> <para><b>"The operation is not supported in {0} compatability mode. Please create document in PdfCompatibility.Pdf compatibility mode."</b> </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectBookmarkListValue"> <summary> <para><b>"Bookmark list can't be null."</b> </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectButtonFormFieldValue"> <summary> <para>"<b>The argument should be the name of a button appearance or a value from the options array.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectChoiceFormFieldValue"> <summary> <para>"<b>The argument should be a string value or a list of string values from the options array.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectColorComponentValue"> <summary> <para>"<b>The color component value should be greater than or equal to 0 and less than or equal to 1.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectDashLength"> <summary> <para>"<b>The dash length should be greater than or equal to 0.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectDashPattern"> <summary> <para>"<b>The sum of dash and gap lengths should be greater than 0.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectDashPatternArraySize"> <summary> <para>"<b>The dash pattern array must not be empty.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectDestinationPage"> <summary> <para><b>"The destination of a bookmark can't be linked to a page which belongs to another document."</b> </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectDpi"> <summary> <para><b>"Resolution (in dots per inch) should be greater than 0."</b> </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectFlatnessTolerance"> <summary> <para>"<b>The flatness tolerance should be greater than or equal to 0 and less than or equal to 100.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectFontSize"> <summary> <para>"<b>Ths font size should be greater than 0.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectFormDataFile"> <summary> <para>"<b>Error while reading the PDF Form from the specified file.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectGapLength"> <summary> <para>"<b>The gap length should be greater than or equal to 0.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectGlyphPosition"> <summary> <para>"<b>The glyph position should be less or equal than text length.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectGrayLevel"> <summary> <para>"<b>The gray level should be greater than or equal to 0 and less than or equal to 1.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectInsertingPageNumber"> <summary> <para><b>"The page number should be greater than 0, and less than or equal to the next available page number (next to the document page count)".</b> </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectLargestEdgeLength"> <summary> <para>"<b>The largest edge length should be greater than 0.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectLineWidth"> <summary> <para>"<b>The line width should be greater than or equal to 0.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectListSize"> <summary> <para>"<b>The list should contain at least one value.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectMarkedContentTag"> <summary> <para>"<b>The marked content tag can't be empty.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectMiterLimit"> <summary> <para>"<b>The miter limit should be greater than 0.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectPageArtBox"> <summary> <para>"<b>The page art box should be less than or equal to the media box.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectPageBleedBox"> <summary> <para>"<b>The page bleeding box should be less than or equal to the media box.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectPageCropBox"> <summary> <para>"<b>The page croppoing box should be less than or equal to the media box.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectPageNumber"> <summary> <para>"<b>The page number should be greater than 0.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectPageRotate"> <summary> <para>"<b>The page rotation angle can have one of the following values: 0, 90, 180 or 270 degrees.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectPageTrimBox"> <summary> <para>"<b>The page trimming box should be less than or equal to the media box.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectPdfData"> <summary> <para>"<b>Input data are not recognized as valid pdf.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectPdfPassword"> <summary> <para>"<b>The Document Open password is empty or incorrect.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectPrintableFilePath"> <summary> <para>"<b>Unable to create a print document with the specified name: {0}.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectRectangleHeight"> <summary> <para>"<b>The top coordinate of the rectangle should be greater than the bottom.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectRectangleWidth"> <summary> <para>"<b>The right coordinate of the rectangle should be greater than the left one.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectText"> <summary> <para>"<b>The text value can't be null.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectTextFormFieldValue"> <summary> <para>"<b>The argument should be a string value.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectTextHorizontalScaling"> <summary> <para>"<b>The text horizontal scaling value should be greater than 0.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgIncorrectZoom"> <summary> <para><b>"The zoom value should be greater than or equal to 0</b>". </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgShouldEmbedFonts"> <summary> <para><b>"All fonts should be embedded to a PDF/A document."</b> </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgUnavailableOperation"> <summary> <para>"<b>This operation is not available while no document is being loaded.</b>" </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgUnsupportedBrushType"> <summary> <para><b> "Custom brushes are not supported."</b> </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgUnsupportedFileAttachments"> <summary> <para><b> "The file attachments are not supported in a PDF/A-2b document."</b> </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgUnsupportedGraphicsOperation"> <summary> <para><b>"This operation is not supported because the PdfGraphics object does not belong to the current document."</b> </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgUnsupportedGraphicsUnit"> <summary> <para><b>"The Display and World units are not supported for the source image coordinate system."</b> </para> </summary> </member> <member name="F:DevExpress.Pdf.Localization.PdfCoreStringId.MsgZeroColorComponentsCount"> <summary> <para>"<b>The color should have at least one component.</b>" </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfDocumentContentType"> <summary> <para>Lists the values indicating the type of the PDF content corresponding to a specific document point. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfDocumentContentType.Annotation"> <summary> <para>The PDF content is an annotation. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfDocumentContentType.Image"> <summary> <para>The PDF content is an image. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfDocumentContentType.None"> <summary> <para>The PDF content is not defined. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfDocumentContentType.Text"> <summary> <para>The PDF content is text. </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfDocumentContent"> <summary> <para>Provides information about the PDF content type at a specific document point. </para> </summary> </member> <member name="M:DevExpress.Pdf.PdfDocumentContent.#ctor(DevExpress.Pdf.PdfDocumentPosition,DevExpress.Pdf.PdfDocumentContentType,System.Boolean)"> <summary> <para>Initializes a new instance of the PdfDocumentContent class with the specified settings. </para> </summary> <param name="documentPosition"> A <see cref="T:DevExpress.Pdf.PdfDocumentPosition"/> object. This value is assigned to the <see cref="P:DevExpress.Pdf.PdfDocumentContent.DocumentPosition"/> property. </param> <param name="contentType"> A <see cref="T:DevExpress.Pdf.PdfDocumentContentType"/> enumeration value. This value is assigned to the <see cref="P:DevExpress.Pdf.PdfDocumentContent.ContentType"/> property. </param> <param name="selected"> <b>true</b> if the document content has been selected; otherwise <b>false</b>. This value is assigned to the <see cref="P:DevExpress.Pdf.PdfDocumentContent.IsSelected"/> property. </param> </member> <member name="P:DevExpress.Pdf.PdfDocumentContent.ContentType"> <summary> <para>Indicates the type of the PDF content corresponding to a specific document point. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfDocumentContentType"/> enumeration value. </value> </member> <member name="P:DevExpress.Pdf.PdfDocumentContent.DocumentPosition"> <summary> <para>Indicates the document position corresponding to the PDF content. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfDocumentPosition"/> object. </value> </member> <member name="P:DevExpress.Pdf.PdfDocumentContent.IsSelected"> <summary> <para>Indicates whether or not the PDF content has been selected. </para> </summary> <value><b>true</b> if the document content has been selected; otherwise <b>false</b>. </value> </member> <member name="T:DevExpress.Pdf.PdfPageLayout"> <summary> <para>Lists the values that define how the page is positioned in the PDF Viewer. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfPageLayout.OneColumn"> <summary> <para>The PDF Viewer displays pages in one column. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfPageLayout.SinglePage"> <summary> <para>The PDF Viewer displays one page at a time. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfPageLayout.TwoColumnLeft"> <summary> <para>The PDF Viewer displays the pages in two columns, with odd-numbered pages on the left. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfPageLayout.TwoColumnRight"> <summary> <para>The PDF Viewer displays pages in two columns, with odd-numbered pages on the right. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfPageLayout.TwoPageLeft"> <summary> <para>The PDF Viewer displays the pages two at a time, with odd-numbered pages on the left. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfPageLayout.TwoPageRight"> <summary> <para>The PDF Viewer displays the pages two at a time, with odd-numbered pages on the right. </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfAnnotationActions"> <summary> <para>Represents actions that can be performed with the annotation in the document. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfAnnotationActions.CursorEntered"> <summary> <para>Gets an action that is performed when the cursor enters the annotation's active area. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfAction"/> object that represents the action. </value> </member> <member name="P:DevExpress.Pdf.PdfAnnotationActions.CursorExited"> <summary> <para>Gets an action that is performed when the cursor exits the annotation's active area. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfAction"/> object that represents the action. </value> </member> <member name="P:DevExpress.Pdf.PdfAnnotationActions.InputFocusLost"> <summary> <para>Gets an action that is performed when the annotation loses the input focus. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfAction"/> object that represents the action. </value> </member> <member name="P:DevExpress.Pdf.PdfAnnotationActions.InputFocusReceived"> <summary> <para>Gets an action that is performed when the annotation receives the input focus. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfAction"/> object that represents the action. </value> </member> <member name="P:DevExpress.Pdf.PdfAnnotationActions.MouseButtonPressed"> <summary> <para>Gets an action that is performed when the mouse button is pressed inside the annotation's active area. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfAction"/> object that represents the action. </value> </member> <member name="P:DevExpress.Pdf.PdfAnnotationActions.MouseButtonReleased"> <summary> <para>Gets an action that is performed when the mouse button is released inside the annotation's active area. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfAction"/> object that represents the action. </value> </member> <member name="P:DevExpress.Pdf.PdfAnnotationActions.PageBecameInvisible"> <summary> <para>Gets an action that is performed when the page containing the annotation is no longer visible in the reader's user interface. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfAction"/> object that represents the action. </value> </member> <member name="P:DevExpress.Pdf.PdfAnnotationActions.PageBecameVisible"> <summary> <para>Gets an action that is performed when the page containing the annotation becomes visible. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfAction"/> object that represents the action. </value> </member> <member name="P:DevExpress.Pdf.PdfAnnotationActions.PageClosed"> <summary> <para>Gets an action that is performed when the page containing the annotation is closed. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfAction"/> object that represents the action. </value> </member> <member name="P:DevExpress.Pdf.PdfAnnotationActions.PageOpened"> <summary> <para>Gets an action that is performed when the page containing the annotation is opened. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfAction"/> object that represent the action. </value> </member> <member name="T:DevExpress.Pdf.PdfAnnotationAppearance"> <summary> <para>Determines a form with the annotation appearance. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfAnnotationAppearance.DefaultForm"> <summary> <para>Gets a default form in which an annotation appearance is represented. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfForm"/> object that is a default form. </value> </member> <member name="P:DevExpress.Pdf.PdfAnnotationAppearance.Forms"> <summary> <para>Gets custom forms with annotation appearances. </para> </summary> <value>A dictionary, containing the <see cref="T:DevExpress.Pdf.PdfForm"/> objects, along with their <see cref="T:System.String"/> key values. </value> </member> <member name="T:DevExpress.Pdf.PdfMarkupAnnotationReplyType"> <summary> <para>List values that specify the relationship (the "reply type") between one annotation and another. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfMarkupAnnotationReplyType.Group"> <summary> <para>The annotation is grouped with the annotation obtained in the <see cref="P:DevExpress.Pdf.PdfMarkupAnnotation.InReplyTo"/> property. </para> </summary> </member> <member name="F:DevExpress.Pdf.PdfMarkupAnnotationReplyType.Reply"> <summary> <para>The annotation is considered a reply to the annotation obtained in the <see cref="P:DevExpress.Pdf.PdfMarkupAnnotation.InReplyTo"/> property. </para> </summary> </member> <member name="T:DevExpress.Pdf.PdfXObject"> <summary> <para>Represents a form XObject in a PDF document content. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfXObject.Metadata"> <summary> <para>Provides access to a stream that contains the form X-Object metadata. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfMetadata"/> object that represents the metadata stream of the form X-Object. </value> </member> <member name="P:DevExpress.Pdf.PdfXObject.OpenPrepressInterface"> <summary> <para>Gets an Open Prepress Interface (OPI) dictionary for the form XObject. </para> </summary> <value>A PdfOpenPrepressInterface object that is the OPI dictionary. </value> </member> <member name="P:DevExpress.Pdf.PdfXObject.OptionalContent"> <summary> <para>Gets the value specifying the optional content properties for the form XObject. </para> </summary> <value>A <see cref="T:DevExpress.Pdf.PdfOptionalContent"/> object that contains the optional content properties for the form XObject. </value> </member> <member name="P:DevExpress.Pdf.PdfXObject.StructParent"> <summary> <para>Gets the integer key of the form XObject's entry in the structural parent tree. </para> </summary> <value>A nullable integer value specifying the key of the form XObject's entry </value> </member> <member name="T:DevExpress.Pdf.PdfPasswordRequestedEventArgs"> <summary> <para>Provides data for the <see cref="E:DevExpress.XtraPdfViewer.PdfViewer.PasswordRequested"/> event. </para> </summary> </member> <member name="P:DevExpress.Pdf.PdfPasswordRequestedEventArgs.FileName"> <summary> <para>Returns the PDF file name. </para> </summary> <value>A <see cref="T:System.String"/> value, specifying the file name. </value> </member> <member name="P:DevExpress.Pdf.PdfPasswordRequestedEventArgs.Password"> <summary> <para>Specifies the security password to open a PDF file. </para> </summary> <value>A <see cref="T:System.Security.SecureString"/> value. </value> </member> <member name="P:DevExpress.Pdf.PdfPasswordRequestedEventArgs.PasswordRequestsCount"> <summary> <para>Specifies how many times the password has been requested during the current authentication attempt. </para> </summary> <value>An integer value, specifying the number of password requests. </value> </member> </members> </doc>