SwfImportOperation ContentAlign Property. Gets or sets the content alignment. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

 

Type Default Read Only Description
[C#]ContentAlign?

[Visual Basic]
Nullable(Of ContentAlign)
null No Gets or sets the content alignment.

 

   

Notes
 

This property specifies the alignment of the content in the target rectangle.

It can take a combination of the following values:

  • Center
  • Left
  • Right
  • Top
  • Bottom

If it is null, the value of the ActionScript property Stage.align is used.

 

   

Example
 

See the ProcessingInfo.FrameNumber property.