XFINIUM.PDF Documentation
Type Property (PdfPortfolioAttributeDefinition)



Gets or sets the attribute definition type.
Syntax
'Declaration
 
Public Property Type As PdfPortfolioAttributeDefinitionType
'Usage
 
Dim instance As PdfPortfolioAttributeDefinition
Dim value As PdfPortfolioAttributeDefinitionType
 
instance.Type = value
 
value = instance.Type
public PdfPortfolioAttributeDefinitionType Type {get; set;}

Property Value

The type of this attribute definition.
Remarks
The value cannot be set to PdfPortfolioAttributeDefinitionType.NoType or PdfPortfolioAttributeDefinitionType.Unknown.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


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

PdfPortfolioAttributeDefinition Class
PdfPortfolioAttributeDefinition Members

Send Feedback