ScaleMediaCode Enumeration

PDF File Writer

ScaleMediaCode Enumeration

Scale media code

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public enum ScaleMediaCode
Members
  Member nameValueDescription
KeepAspectRatioShowAll0 Keep aspect ratio and show all.
KeepAspectRatioSlice1 Keep aspect ratio fit the one side and slice the other
FillAnotationRect2 Ignore aspect ratio and fill annotation rectangle
NoScaleWithScroll3 No scaling. Provide scroll if required
NoScaleSlice4 No scaling. Show what fits
PlayerDefault5 Let media player handle it
Remarks

Value 0 to 5 How to scale the media to fit annotation area page 770 T 9.15

See Also