Skip to content

Commit

Permalink
fix: adjusted accessibility of the Image Fluent API method
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinZiabek committed May 31, 2023
1 parent ae56965 commit c6ae785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/QuestPDF/Fluent/ImageExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public static ImageDescriptor Image(this IContainer parent, Stream fileStream)
return parent.Image(image);
}

internal static ImageDescriptor Image(this IContainer parent, Infrastructure.Image image)
public static ImageDescriptor Image(this IContainer parent, Infrastructure.Image image)
{
if (image == null)
throw new DocumentComposeException("Cannot load or decode provided image.");
Expand Down

0 comments on commit c6ae785

Please sign in to comment.