Class PDF3DRenderMode. More...

#include "PDF3DRenderMode.h"

Inherits System::Object.

Public Member Functions

ASPOSE_PDF_SHARED_API RenderModeType get_Type () const
 Gets the type. More...
 
ASPOSE_PDF_SHARED_API PDF3DRenderMode (RenderModeType subtype)
 Initializes a new instance of the PDF3DRenderMode class. More...
 
ASPOSE_PDF_SHARED_API PDF3DRenderMode (System::String typeName)
 Initializes a new instance of the PDF3DRenderMode class. More...
 
ASPOSE_PDF_SHARED_API System::SharedPtr< ColorGetAuxiliaryColour ()
 Gets the auxiliary colour. More...
 
ASPOSE_PDF_SHARED_API System::SharedPtr< PDF3DRenderModeSetAuxiliaryColour (System::SharedPtr< Color > color)
 Sets the auxiliary colour. More...
 
ASPOSE_PDF_SHARED_API System::SharedPtr< System::ObjectGetFaceColor ()
 Gets the color of the face. More...
 
ASPOSE_PDF_SHARED_API System::SharedPtr< PDF3DRenderModeSetFaceColor (System::SharedPtr< Color > color)
 Sets the color of the face. More...
 
ASPOSE_PDF_SHARED_API double GetOpacity ()
 Gets the opacity. More...
 
ASPOSE_PDF_SHARED_API System::SharedPtr< PDF3DRenderModeSetOpacity (double opacity)
 Sets the opacity. More...
 
ASPOSE_PDF_SHARED_API System::SharedPtr< PDF3DRenderModeSetCreaseValue (double creaseValue)
 Sets the crease value. More...
 
ASPOSE_PDF_SHARED_API double GetCreaseValue ()
 Gets the crease value. More...
 
- Public Member Functions inherited from System::Object
ASPOSECPP_SHARED_API Object ()
 Creates object. Initializes all internal data structures. More...
 
virtual ASPOSECPP_SHARED_API ~Object ()
 Destroys object. Frees all internal data structures. More...
 
ASPOSECPP_SHARED_API Object (Object const &x)
 Copy constructor. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
 
Objectoperator= (Object const &x)
 Assignment operator. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
 
ObjectSharedRefAdded ()
 Increments shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
int SharedRefRemovedSafe ()
 Decrements and returns shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
int RemovedSharedRefs (int count)
 Decreases shared reference count by specified value. More...
 
Detail::SmartPtrCounter * WeakRefAdded ()
 Increments weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
void WeakRefRemoved ()
 Decrements weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
Detail::SmartPtrCounter * GetCounter ()
 Gets reference counter data structure associated with the object. More...
 
int SharedCount () const
 Gets current value of shared reference counter. More...
 
ASPOSECPP_SHARED_API void Lock ()
 Implements C# lock() statement locking. Call directly or use LockContext sentry object. More...
 
ASPOSECPP_SHARED_API void Unlock ()
 Implements C# lock() statement unlocking. Call directly or use LockContext sentry object. More...
 
virtual ASPOSECPP_SHARED_API bool Equals (ptr obj)
 Compares objects using C# Object.Equals semantics. More...
 
virtual ASPOSECPP_SHARED_API int32_t GetHashCode () const
 Analog of C# Object.GetHashCode() method. Enables hashing of custom objects. More...
 
virtual ASPOSECPP_SHARED_API String ToString () const
 Analog of C# Object.ToString() method. Enables converting custom objects to string. More...
 
virtual ASPOSECPP_SHARED_API ptr MemberwiseClone () const
 Analog of C# Object.MemberwiseClone() method. Enables cloning custom types. More...
 
virtual ASPOSECPP_SHARED_API const TypeInfoGetType () const
 Gets actual type of object. Analog of C# System.Object.GetType() call. More...
 
virtual ASPOSECPP_SHARED_API bool Is (const TypeInfo &targetType) const
 Check if object represents an instance of type described by targetType. Analog of C# 'is' operator. More...
 
virtual ASPOSECPP_SHARED_API void SetTemplateWeakPtr (uint32_t argument)
 Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. More...
 
virtual ASPOSECPP_SHARED_API bool FastCast (const Details::FastRttiBase &helper, void **out_ptr) const
 For internal purposes only. More...
 
template<>
bool Equals (float const &objA, float const &objB)
 Emulates C#-style floating point comparison where two NaNs are considered equal even though according to IEC 60559:1989 NaN is not equal to any value, including NaN. More...
 
template<>
bool Equals (double const &objA, double const &objB)
 Emulates C#-style floating point comparison where two NaNs are considered equal even though according to IEC 60559:1989 NaN is not equal to any value, including NaN. More...
 
template<>
bool ReferenceEquals (String const &str, std::nullptr_t)
 Specialization of Object::ReferenceEquals for case of string and nullptr. More...
 
template<>
bool ReferenceEquals (String const &str1, String const &str2)
 Specialization of Object::ReferenceEquals for case of strings. More...
 

Static Public Attributes

static ASPOSE_PDF_SHARED_API System::SharedPtr< PDF3DRenderModeSolid
 The "Solid" render mode. More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< PDF3DRenderModeSolidWireframe
 The "SolidWireFrame" render mode. More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< PDF3DRenderModeTransparent
 The "Transparent" render mode. More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< PDF3DRenderModeTransparentWareFrame
 The "TransparentWareFrame" render mode. More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< PDF3DRenderModeBoundingBox
 The "BoundingBox" render mode. More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< PDF3DRenderModeTransparentBoundingBox
 The "TransparentBoundingBox" render mode. More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< PDF3DRenderModeTransparentBoundingBoxOutline
 The "TransparentBoundingBoxOutline" render mode. More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< PDF3DRenderModeWireframe
 The "WireFrame" render mode. More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< PDF3DRenderModeShadedWireframe
 The "ShadedWireFrame" render mode. More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< PDF3DRenderModeVertices
 The "Vertices" render mode. More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< PDF3DRenderModeShadedVertices
 The "ShadedVertices" render mode. More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< PDF3DRenderModeIllustration
 The "Illustration" render mode. More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< PDF3DRenderModeSolidOutline
 The "SolidOutline" render mode. More...
 
static ASPOSE_PDF_SHARED_API System::SharedPtr< PDF3DRenderModeShadedIllustration
 The "ShadedIllustration" render mode. More...
 

Protected Member Functions

 PDF3DRenderMode (System::SharedPtr< Aspose::Pdf::Engine::Data::IPdfDictionary > rmPdfDictionary)
 
 MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION (PDF3DRenderMode, CODEPORTING_ARGS(System::SharedPtr< Aspose::Pdf::Engine::Data::IPdfDictionary > rmPdfDictionary))
 
virtual ASPOSE_PDF_SHARED_API ~PDF3DRenderMode ()
 

Protected Attributes

System::SharedPtr< ColorauxiliaryColour
 
System::SharedPtr< System::ObjectfaceColor
 
double opacity
 
double creaseValue
 

Additional Inherited Members

- Public Types inherited from System::Object
typedef SmartPtr< Objectptr
 Alias for smart pointer type. More...
 
- Static Public Member Functions inherited from System::Object
static bool ReferenceEquals (ptr const &objA, ptr const &objB)
 Compares objects by reference. More...
 
template<typename T >
static std::enable_if<!IsSmartPtr< T >::value, bool >::type ReferenceEquals (T const &objA, T const &objB)
 Compares objects by reference. More...
 
template<typename T >
static std::enable_if<!IsSmartPtr< T >::value, bool >::type ReferenceEquals (T const &objA, std::nullptr_t)
 Reference-compares value type object with nullptr. More...
 
template<typename T1 , typename T2 >
static std::enable_if< IsSmartPtr< T1 >::value &&IsSmartPtr< T2 >::value, bool >::type Equals (T1 const &objA, T2 const &objB)
 Compares reference type objects in C# style. More...
 
template<typename T1 , typename T2 >
static std::enable_if<!IsSmartPtr< T1 >::value &&!IsSmartPtr< T2 >::value, bool >::type Equals (T1 const &objA, T2 const &objB)
 Compares value type objects in C# style. More...
 
static const TypeInfoType ()
 Implements C# typeof(System.Object) construct. More...
 

Detailed Description

Constructor & Destructor Documentation

◆ PDF3DRenderMode() [1/3]

ASPOSE_PDF_SHARED_API Aspose::Pdf::Annotations::PDF3DRenderMode::PDF3DRenderMode ( RenderModeType  subtype)

Initializes a new instance of the PDF3DRenderMode class.

Parameters
subtypeThe render mode type.

◆ PDF3DRenderMode() [2/3]

ASPOSE_PDF_SHARED_API Aspose::Pdf::Annotations::PDF3DRenderMode::PDF3DRenderMode ( System::String  typeName)

Initializes a new instance of the PDF3DRenderMode class.

Parameters
typeNameName of the type.
Exceptions
ArgumentExceptionUnknown a render mode type argument

◆ PDF3DRenderMode() [3/3]

Aspose::Pdf::Annotations::PDF3DRenderMode::PDF3DRenderMode ( System::SharedPtr< Aspose::Pdf::Engine::Data::IPdfDictionary >  rmPdfDictionary)
protected

◆ ~PDF3DRenderMode()

virtual ASPOSE_PDF_SHARED_API Aspose::Pdf::Annotations::PDF3DRenderMode::~PDF3DRenderMode ( )
protectedvirtual

Member Function Documentation

◆ get_Type()

ASPOSE_PDF_SHARED_API RenderModeType Aspose::Pdf::Annotations::PDF3DRenderMode::get_Type ( ) const

Gets the type.

The type.

◆ GetAuxiliaryColour()

ASPOSE_PDF_SHARED_API System::SharedPtr<Color> Aspose::Pdf::Annotations::PDF3DRenderMode::GetAuxiliaryColour ( )

Gets the auxiliary colour.

Returns
Color.

◆ GetCreaseValue()

ASPOSE_PDF_SHARED_API double Aspose::Pdf::Annotations::PDF3DRenderMode::GetCreaseValue ( )

Gets the crease value.

Returns
System.Double.

◆ GetFaceColor()

ASPOSE_PDF_SHARED_API System::SharedPtr<System::Object> Aspose::Pdf::Annotations::PDF3DRenderMode::GetFaceColor ( )

Gets the color of the face.

Returns
Object.

◆ GetOpacity()

ASPOSE_PDF_SHARED_API double Aspose::Pdf::Annotations::PDF3DRenderMode::GetOpacity ( )

Gets the opacity.

Returns
System.Double.

◆ MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION()

Aspose::Pdf::Annotations::PDF3DRenderMode::MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION ( PDF3DRenderMode  ,
CODEPORTING_ARGS(System::SharedPtr< Aspose::Pdf::Engine::Data::IPdfDictionary > rmPdfDictionary)   
)
protected

◆ SetAuxiliaryColour()

ASPOSE_PDF_SHARED_API System::SharedPtr<PDF3DRenderMode> Aspose::Pdf::Annotations::PDF3DRenderMode::SetAuxiliaryColour ( System::SharedPtr< Color color)

Sets the auxiliary colour.

Parameters
colorThe color.
Returns
PDF3DRenderMode.

◆ SetCreaseValue()

ASPOSE_PDF_SHARED_API System::SharedPtr<PDF3DRenderMode> Aspose::Pdf::Annotations::PDF3DRenderMode::SetCreaseValue ( double  creaseValue)

Sets the crease value.

Parameters
creaseValueThe crease value.
Returns
PDF3DRenderMode.

◆ SetFaceColor()

ASPOSE_PDF_SHARED_API System::SharedPtr<PDF3DRenderMode> Aspose::Pdf::Annotations::PDF3DRenderMode::SetFaceColor ( System::SharedPtr< Color color)

Sets the color of the face.

Parameters
colorThe color.
Returns
PDF3DRenderMode.

◆ SetOpacity()

ASPOSE_PDF_SHARED_API System::SharedPtr<PDF3DRenderMode> Aspose::Pdf::Annotations::PDF3DRenderMode::SetOpacity ( double  opacity)

Sets the opacity.

Parameters
opacityThe opacity.
Returns
PDF3DRenderMode.

Member Data Documentation

◆ auxiliaryColour

System::SharedPtr<Color> Aspose::Pdf::Annotations::PDF3DRenderMode::auxiliaryColour
protected

◆ BoundingBox

ASPOSE_PDF_SHARED_API System::SharedPtr<PDF3DRenderMode> Aspose::Pdf::Annotations::PDF3DRenderMode::BoundingBox
static

The "BoundingBox" render mode.

◆ creaseValue

double Aspose::Pdf::Annotations::PDF3DRenderMode::creaseValue
protected

◆ faceColor

System::SharedPtr<System::Object> Aspose::Pdf::Annotations::PDF3DRenderMode::faceColor
protected

◆ Illustration

ASPOSE_PDF_SHARED_API System::SharedPtr<PDF3DRenderMode> Aspose::Pdf::Annotations::PDF3DRenderMode::Illustration
static

The "Illustration" render mode.

◆ opacity

double Aspose::Pdf::Annotations::PDF3DRenderMode::opacity
protected

◆ ShadedIllustration

ASPOSE_PDF_SHARED_API System::SharedPtr<PDF3DRenderMode> Aspose::Pdf::Annotations::PDF3DRenderMode::ShadedIllustration
static

The "ShadedIllustration" render mode.

◆ ShadedVertices

ASPOSE_PDF_SHARED_API System::SharedPtr<PDF3DRenderMode> Aspose::Pdf::Annotations::PDF3DRenderMode::ShadedVertices
static

The "ShadedVertices" render mode.

◆ ShadedWireframe

ASPOSE_PDF_SHARED_API System::SharedPtr<PDF3DRenderMode> Aspose::Pdf::Annotations::PDF3DRenderMode::ShadedWireframe
static

The "ShadedWireFrame" render mode.

◆ Solid

ASPOSE_PDF_SHARED_API System::SharedPtr<PDF3DRenderMode> Aspose::Pdf::Annotations::PDF3DRenderMode::Solid
static

The "Solid" render mode.

◆ SolidOutline

ASPOSE_PDF_SHARED_API System::SharedPtr<PDF3DRenderMode> Aspose::Pdf::Annotations::PDF3DRenderMode::SolidOutline
static

The "SolidOutline" render mode.

◆ SolidWireframe

ASPOSE_PDF_SHARED_API System::SharedPtr<PDF3DRenderMode> Aspose::Pdf::Annotations::PDF3DRenderMode::SolidWireframe
static

The "SolidWireFrame" render mode.

◆ Transparent

ASPOSE_PDF_SHARED_API System::SharedPtr<PDF3DRenderMode> Aspose::Pdf::Annotations::PDF3DRenderMode::Transparent
static

The "Transparent" render mode.

◆ TransparentBoundingBox

ASPOSE_PDF_SHARED_API System::SharedPtr<PDF3DRenderMode> Aspose::Pdf::Annotations::PDF3DRenderMode::TransparentBoundingBox
static

The "TransparentBoundingBox" render mode.

◆ TransparentBoundingBoxOutline

ASPOSE_PDF_SHARED_API System::SharedPtr<PDF3DRenderMode> Aspose::Pdf::Annotations::PDF3DRenderMode::TransparentBoundingBoxOutline
static

The "TransparentBoundingBoxOutline" render mode.

◆ TransparentWareFrame

ASPOSE_PDF_SHARED_API System::SharedPtr<PDF3DRenderMode> Aspose::Pdf::Annotations::PDF3DRenderMode::TransparentWareFrame
static

The "TransparentWareFrame" render mode.

◆ Vertices

ASPOSE_PDF_SHARED_API System::SharedPtr<PDF3DRenderMode> Aspose::Pdf::Annotations::PDF3DRenderMode::Vertices
static

The "Vertices" render mode.

◆ Wireframe

ASPOSE_PDF_SHARED_API System::SharedPtr<PDF3DRenderMode> Aspose::Pdf::Annotations::PDF3DRenderMode::Wireframe
static

The "WireFrame" render mode.