Aspose::Pdf::PrintScalingConverter Class Reference

Represents conversion routines between PrintScaling value and string representation. More...

#include "PrintScaling.h"

Public Member Functions

 PrintScalingConverter ()=delete
 

Static Public Member Functions

static ASPOSE_PDF_SHARED_API System::String ToString (PrintScaling value)
 Converts PrintScaling value to the corresponding string representation. More...
 
static ASPOSE_PDF_SHARED_API PrintScaling ToEnum (System::String value)
 Converts string representation of the value to the corresponding PrintScaling value. More...
 

Detailed Description

Represents conversion routines between PrintScaling value and string representation.

Constructor & Destructor Documentation

◆ PrintScalingConverter()

Aspose::Pdf::PrintScalingConverter::PrintScalingConverter ( )
delete

Member Function Documentation

◆ ToEnum()

static ASPOSE_PDF_SHARED_API PrintScaling Aspose::Pdf::PrintScalingConverter::ToEnum ( System::String  value)
static

Converts string representation of the value to the corresponding PrintScaling value.

Parameters
valueString value to convert.
Returns
Corresponding PrintScaling value.

◆ ToString()

static ASPOSE_PDF_SHARED_API System::String Aspose::Pdf::PrintScalingConverter::ToString ( PrintScaling  value)
static

Converts PrintScaling value to the corresponding string representation.

Parameters
valueValue to convert.
Returns
String representation of the value.