XFINIUM.PDF Documentation
ClippingStyle Property



Gets or sets the clipping style.
Syntax
'Declaration
 
Public Property ClippingStyle As Pdf3DProjectionClippingStyle
'Usage
 
Dim instance As Pdf3DProjection
Dim value As Pdf3DProjectionClippingStyle
 
instance.ClippingStyle = value
 
value = instance.ClippingStyle
public Pdf3DProjectionClippingStyle ClippingStyle {get; set;}
public:
property Pdf3DProjectionClippingStyle ClippingStyle {
   Pdf3DProjectionClippingStyle get();
   void set (    Pdf3DProjectionClippingStyle value);
}

Property Value

A Pdf3DProjectionClippingStyle that represents the clipping style.
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

Pdf3DProjection Class
Pdf3DProjection Members

Send Feedback