XFINIUM.PDF Documentation
AnalyzeBeginMarkedContentPropertyListOperator Method



Xfinium.Pdf.Content.Analyzers Namespace > PdfPageContentAnalysis Class : AnalyzeBeginMarkedContentPropertyListOperator Method
The tag
The properties dictionary
Called when BDC operator is found.
Syntax
'Declaration
 
Public Overridable Sub AnalyzeBeginMarkedContentPropertyListOperator( _
   ByVal cosTag As PdfCosName, _
   ByVal cosProperties As PdfCosDictionary _
) 
'Usage
 
Dim instance As PdfPageContentAnalysis
Dim cosTag As PdfCosName
Dim cosProperties As PdfCosDictionary
 
instance.AnalyzeBeginMarkedContentPropertyListOperator(cosTag, cosProperties)
public virtual void AnalyzeBeginMarkedContentPropertyListOperator( 
   PdfCosName cosTag,
   PdfCosDictionary cosProperties
)
public:
virtual void AnalyzeBeginMarkedContentPropertyListOperator( 
   PdfCosName^ cosTag,
   PdfCosDictionary^ cosProperties
) 

Parameters

cosTag
The tag
cosProperties
The properties dictionary
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfPageContentAnalysis Class
PdfPageContentAnalysis Members