com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class PDF3DLightingScheme



  • public class PDF3DLightingScheme
    extends Object

    Class PDF3DLightingScheme.

    • Constructor Detail

      • PDF3DLightingScheme

        public PDF3DLightingScheme(int type)

        Initializes a new instance of the PDF3DLightingScheme class.

        Parameters:
        type - The lighting scheme type.
      • PDF3DLightingScheme

        public PDF3DLightingScheme(String typeName)

        Initializes a new instance of the PDF3DLightingScheme class.

        Parameters:
        typeName - Name of the lighting scheme type.
        Throws:
        com.aspose.ms.System.ArgumentException - Unknown lighting scheme type argument
    • Method Detail

      • getType

        public int getType()

        Gets the lighting scheme type.

        Returns:
        int value of LightingSchemeType element: The lighting scheme type.
        See Also:
        LightingSchemeType