[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.BeginMarkedContentWithParams

BeginMarkedContentWithParams Class

PDF "BDC" operator. Begin a marked-content sequence terminated by a balancing EndMarkedContent operator.

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

Constructors

Name Description
BeginMarkedContentWithParams(PdfName, IPdfDict, PdfName)

Initializes a new instance of the BeginMarkedContentWithParams 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.