Previous Document Next Document

Object Model Reference : Classes : P : PrintTrapping : Properties : PrintTrapping.MinResolution


PrintTrapping.MinResolution

Property MinResolution As Long

Description

Member of PrintTrapping

The MinResolution property sets the minimum resolution of an image to be considered for trapping.

VBA example

The following VBA example displays the current minimum bitmap resolution.

Sub Test()
 With ActiveDocument.PrintSettings
  With .Trapping
   MsgBox .MinResolution, vbOKOnly, "MinResolution"
  End With
 End With
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.