[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.MarkedContentPointWithParams

MarkedContentPointWithParams Class

PDF "DP" operator. Designate a marked-content point with an associated property list.

Inheritance
MarkedContentPointWithParams
Namespace: GrapeCity.Documents.Pdf.Operators
Assembly: DS.Documents.Pdf.dll
Syntax
public class MarkedContentPointWithParams : MarkedContentPoint
Public Class MarkedContentPointWithParams
    Inherits MarkedContentPoint

Constructors

Name Description
MarkedContentPointWithParams(PdfName, IPdfDict, PdfName)

Initializes a new instance of the MarkedContentPointWithParams class.

Fields

Name Description
Dict

The IPdfDict containing the properties list.

DictName

The name of the dictionary in the resources.

Properties

Name Description
Desc

Gets the operator's description.

Name

Gets the operator's PDF name.

Methods

Name Description
IsSame(OperatorBase)

Determines whether the provided operator is the same as the current operator.