Converting PDF to TIF questions

im comverting PDF to TIF using code documented here Convert PDF documents using C# API|Aspose.PDF for .NET

I have few questions
1> what is best compression type we can use? any documentation on compression type available?
2>what is the ideal resolution?
3>If i set to Shape = None. What does that mean? How Portrait and Landscape pdf will be printed?

Laksh:
1> what is best compression type we can use? any documentation on compression type available?
Hi Laxmikant,

Thanks for using our products.

You can check the available compression types using CompressionType enumeration.
Laksh:
2>what is the ideal resolution?
You may try using 300.
Laksh:
3>If i set to Shape = None. What does that mean? How Portrait and Landscape pdf will be printed?
The pages of PDF file will be printed in orientation in which they are present in PDF file.