XFINIUM.PDF Documentation
BeginMarkedContentWithPropertyList Method



Xfinium.Pdf.Graphics Namespace > PdfContentStream Class : BeginMarkedContentWithPropertyList Method
A name object indicating the role or significance of the sequence.
Either an inline dictionary containing the property list or a name object associated with it in the Properties subdictionary of the current resource dictionary
Begins a marked-content sequence with an associated property list.
Syntax
'Declaration
 
Public Sub BeginMarkedContentWithPropertyList( _
   ByVal tag As PdfCosName, _
   ByVal properties As PdfCosObject _
) 
'Usage
 
Dim instance As PdfContentStream
Dim tag As PdfCosName
Dim properties As PdfCosObject
 
instance.BeginMarkedContentWithPropertyList(tag, properties)
public void BeginMarkedContentWithPropertyList( 
   PdfCosName tag,
   PdfCosObject properties
)
public:
void BeginMarkedContentWithPropertyList( 
   PdfCosName^ tag,
   PdfCosObject^ properties
) 

Parameters

tag
A name object indicating the role or significance of the sequence.
properties
Either an inline dictionary containing the property list or a name object associated with it in the Properties subdictionary of the current resource 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

PdfContentStream Class
PdfContentStream Members