This is a migrated thread and some comments may be shown as answers.

FixedContentEditor Matrix operations

1 Answer 108 Views
PdfProcessing
This is a migrated thread and some comments may be shown as answers.
Brian
Top achievements
Rank 1
Brian asked on 29 Sep 2014, 07:17 AM
Hi,

I would like to apply multiple transformation to FixedContentEditor.Position

However, the MatrixPosition class seems not to apply to the FixedContentEditor

And eg. the Editor.Position.Matrix.TranslatePrepend function does not seem to work, because Editor.Position.Matrix is readonly.

Regards,
Brian

1 Answer, 1 is accepted

Sort by
0
Kammen
Telerik team
answered on 29 Sep 2014, 08:55 AM
Hello Brian,

You can use the MatrixPosition class as a Position property for the FixedContentEditor.

editor.Position = New MatrixPosition(matrix)


Regards,
Kammen
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
PdfProcessing
Asked by
Brian
Top achievements
Rank 1
Answers by
Kammen
Telerik team
Share this question
or