XFINIUM.PDF Documentation
DefineMarkedContentPointWithPropertyList Method



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

Parameters

tag
A name object indicating the role or significance of the point.
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